mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
```js
|
|
// .storybook/manager.js
|
|
|
|
import { addons } from '@storybook/addons';
|
|
import { themes } from '@storybook/theming';
|
|
|
|
addons.setConfig({
|
|
theme: themes.dark,
|
|
});
|
|
``` |