mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:21:48 +08:00
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
```js
|
|
// .storybook/preview.js
|
|
|
|
export const parameters = {
|
|
layout: 'centered',
|
|
};
|
|
```
|