mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 03:41:54 +08:00
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
```js
|
|
// YourTheme.js
|
|
|
|
import { styled } from '@storybook/theming';
|
|
```
|