mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Renderer-react: Fix IE11 support
This commit is contained in:
parent
8d1e54555e
commit
69eabda796
@ -1,5 +1 @@
|
|||||||
import { parameters as docsParams } from './dist/esm/docs/config';
|
export * from './dist/esm/config';
|
||||||
|
|
||||||
export const parameters = { framework: 'react', ...docsParams };
|
|
||||||
export { decorators, argTypesEnhancers } from './dist/esm/docs/config';
|
|
||||||
export * from './dist/esm/preview/config';
|
|
||||||
|
5
renderers/react/src/config.ts
Normal file
5
renderers/react/src/config.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import { parameters as docsParams } from './docs/config';
|
||||||
|
|
||||||
|
export const parameters = { framework: 'react', ...docsParams };
|
||||||
|
export { decorators, argTypesEnhancers } from './docs/config';
|
||||||
|
export * from './preview/config';
|
Loading…
x
Reference in New Issue
Block a user