diff --git a/docs/snippets/react/button-story-with-args.ts-4-9.mdx b/docs/snippets/react/button-story-with-args.ts-4-9.mdx index 32e4ac97662a..ddf531e2e8a8 100644 --- a/docs/snippets/react/button-story-with-args.ts-4-9.mdx +++ b/docs/snippets/react/button-story-with-args.ts-4-9.mdx @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react'; -import { Button, ButtonProps } from './Button'; +import { Button } from './Button'; const meta = { component: Button, diff --git a/docs/snippets/react/button-story-with-args.ts.mdx b/docs/snippets/react/button-story-with-args.ts.mdx index 3464a9dc5c27..bc92ada612e2 100644 --- a/docs/snippets/react/button-story-with-args.ts.mdx +++ b/docs/snippets/react/button-story-with-args.ts.mdx @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react'; -import { Button, ButtonProps } from './Button'; +import { Button } from './Button'; const meta: Meta = { component: Button,