mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:41:06 +08:00
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
```js
|
|
// .storybook/preview.js
|
|
|
|
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';
|
|
|
|
export const parameters = {
|
|
viewport: {
|
|
viewports: INITIAL_VIEWPORTS,
|
|
},
|
|
};
|
|
``` |