Skip to content

Commit 83c2ceb

Browse files
authored
Merge pull request #948 from jpudysz/feature/createUnistylesElement
feat: export createUnistylesElement from core module
2 parents 887b84b + 04233d8 commit 83c2ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (majorReactVersions === undefined || majorReactVersions < 19) {
99
export { StyleSheet, UnistylesRuntime, StatusBar, NavigationBar } from './specs'
1010
export { mq } from './mq'
1111
export type { UnistylesThemes, UnistylesBreakpoints } from './global'
12-
export { withUnistyles, useUnistyles } from './core'
12+
export { withUnistyles, useUnistyles, createUnistylesElement } from './core'
1313
export type { UnistylesVariants } from './types'
1414
export { Display, Hide, ScopedTheme } from './components'
1515
export { useServerUnistyles, hydrateServerUnistyles, getServerUnistyles, resetServerUnistyles } from './server'

0 commit comments

Comments
 (0)