Export createCache from @storybook/theming

This commit is contained in:
Mateusz Burzyński 2022-04-11 09:58:58 +02:00
parent d086bbcfac
commit 82fcd20a06
3 changed files with 3 additions and 0 deletions

View File

@ -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",

View File

@ -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';

View File

@ -8773,6 +8773,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/theming@workspace:lib/theming"
dependencies:
"@emotion/cache": ^11.7.1
"@emotion/is-prop-valid": ^1.1.2
"@emotion/react": ^11.8.1
"@emotion/styled": ^11.8.1