Skip to content

Commit 8450778

Browse files
committed
fix(emotion): fix useTheme export. The native emotion util was exported instead of our own
1 parent 3cac59e commit 8450778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/emotion/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export {
3737
} from './styleUtils'
3838

3939
export { useStyle } from './useStyle'
40+
export { useTheme } from './useTheme'
4041

4142
export type { ComponentStyle, StyleObject, Overrides } from './EmotionTypes'
4243
export type { WithStyleProps } from './withStyle'

0 commit comments

Comments
 (0)