storybook/docs/snippets/common/storybook-theming-styled-import.js.mdx
2022-11-17 16:33:22 +01:00

6 lines
72 B
Plaintext

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