Merge pull request #12045 from thomasJs8/next

[Docs] Added a missing import statement
This commit is contained in:
Michael Shilman 2020-08-15 21:13:12 +08:00 committed by GitHub
commit 69dfe52e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
```ts
// Button.stories.ts
import { Meta } from '@storybook/react/types-6-0';
import { Button, ButtonProps } from './Button';
export default {