Skip to content

Commit

Permalink
✨ feat: 导出 sheet 对象,用于测试 qiankun 下样式会丢失的 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 16, 2023
1 parent 280dbbe commit 32f273e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { css, cx, injectGlobal, keyframes } from '@emotion/css';
export { css, cx, injectGlobal, keyframes, sheet } from '@emotion/css';
export { withTheme } from '@emotion/react';
export * from './createGlobalStyle';
export * from './createStyish';
Expand Down

0 comments on commit 32f273e

Please sign in to comment.