storybook/docs/snippets/common/storybook-theming-styled-import.js.mdx
2020-08-18 17:30:56 +01:00

5 lines
71 B
Plaintext

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