mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 01:01:07 +08:00
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
```js
|
|
// .storybook/preview.js
|
|
|
|
export const parameters = { docs: { page: null } };
|
|
```
|