Skip to content

Commit

Permalink
🐛 fix: 修正 withTheme 丢失的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 9, 2023
1 parent 3d05891 commit c032827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { css, cx, injectGlobal, keyframes } from '@emotion/css';
export { withTheme } from '@emotion/react';
export * from './createGlobalStyle';
export * from './createStyish';
export * from './createStyles';
Expand Down

0 comments on commit c032827

Please sign in to comment.