mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 05:51:48 +08:00
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
```js
|
|
// .storybook/preview.js
|
|
|
|
export const parameters = {
|
|
docs: {
|
|
// Opt-out of inline rendering
|
|
story: { inline: false },
|
|
},
|
|
};
|
|
```
|