From a34a7564e9155c75740f6b50e3a2512eb6cee8f1 Mon Sep 17 00:00:00 2001 From: thomasJs8 Date: Sat, 15 Aug 2020 11:59:26 +0900 Subject: [PATCH] added an import statement --- .../react/button-story-default-export-with-component.ts.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/snippets/react/button-story-default-export-with-component.ts.mdx b/docs/snippets/react/button-story-default-export-with-component.ts.mdx index 36e0d0db6dc..bb3a8adf2da 100644 --- a/docs/snippets/react/button-story-default-export-with-component.ts.mdx +++ b/docs/snippets/react/button-story-default-export-with-component.ts.mdx @@ -1,6 +1,7 @@ ```ts // Button.stories.ts +import { Meta } from '@storybook/react/types-6-0'; import { Button, ButtonProps } from './Button'; export default {