storybook/docs/snippets/common/storybook-theming-styled-import.js.mdx
2020-10-07 12:23:34 +08:00

5 lines
71 B
Plaintext

```js
// YourTheme.js
import { styled } from '@storybook/theming';
```