We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cac59e commit 8450778Copy full SHA for 8450778
packages/emotion/src/index.ts
@@ -37,6 +37,7 @@ export {
37
} from './styleUtils'
38
39
export { useStyle } from './useStyle'
40
+export { useTheme } from './useTheme'
41
42
export type { ComponentStyle, StyleObject, Overrides } from './EmotionTypes'
43
export type { WithStyleProps } from './withStyle'
0 commit comments