mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 03:41:05 +08:00
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
```js
|
|
// .storybook/preview.js
|
|
|
|
export const parameters = {
|
|
layout: 'centered',
|
|
};
|
|
``` |