diff --git a/docs/snippets/react/list-story-with-unchecked-children.ts.mdx b/docs/snippets/react/list-story-with-unchecked-children.ts.mdx index 7347808d819..e5dfd2215e2 100644 --- a/docs/snippets/react/list-story-with-unchecked-children.ts.mdx +++ b/docs/snippets/react/list-story-with-unchecked-children.ts.mdx @@ -2,7 +2,7 @@ // List.stories.tsx import React from 'react'; -import { List } from './List'; +import { List, ListProps } from './List'; import { Unchecked } from './ListItem.stories'; const Template: Story = (args) => ;