mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:11:05 +08:00
Export createCache
from @storybook/theming
This commit is contained in:
parent
d086bbcfac
commit
82fcd20a06
@ -45,6 +45,7 @@
|
||||
"regenerator-runtime": "^0.13.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emotion/cache": "^11.7.1",
|
||||
"@emotion/is-prop-valid": "^1.1.2",
|
||||
"@emotion/react": "^11.8.1",
|
||||
"@emotion/styled": "^11.8.1",
|
||||
|
@ -27,6 +27,7 @@ export const styled = emotionStyled as CreateStyled<Theme>;
|
||||
export * from './base';
|
||||
export * from './types';
|
||||
|
||||
export { default as createCache } from '@emotion/cache';
|
||||
export { default as isPropValid } from '@emotion/is-prop-valid';
|
||||
|
||||
export { createGlobal, createReset } from './global';
|
||||
|
Loading…
x
Reference in New Issue
Block a user