storybook/docs/snippets/common/storybook-theming-styled-import.js.mdx
2020-08-14 21:46:15 +01:00

5 lines
71 B
Plaintext

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