mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 23:12:03 +08:00
Merge pull request #17929 from storybookjs/export-create-cache
Export `createCache` from `@storybook/theming`
This commit is contained in:
commit
7e548dca95
@ -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