mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
Merge pull request #12045 from thomasJs8/next
[Docs] Added a missing import statement
This commit is contained in:
commit
69dfe52e03
@ -1,6 +1,7 @@
|
||||
```ts
|
||||
// Button.stories.ts
|
||||
|
||||
import { Meta } from '@storybook/react/types-6-0';
|
||||
import { Button, ButtonProps } from './Button';
|
||||
|
||||
export default {
|
||||
|
Loading…
x
Reference in New Issue
Block a user