diff --git a/packages/odyssey-storybook/src/components/odyssey-mui/Callout/Callout.stories.tsx b/packages/odyssey-storybook/src/components/odyssey-mui/Callout/Callout.stories.tsx index ae1178cec4..3213725a3c 100644 --- a/packages/odyssey-storybook/src/components/odyssey-mui/Callout/Callout.stories.tsx +++ b/packages/odyssey-storybook/src/components/odyssey-mui/Callout/Callout.stories.tsx @@ -23,6 +23,19 @@ const storybookMeta: Meta = { title: "MUI Components/Callout", component: Callout, argTypes: { + children: { + control: "text", + description: "Used to optionally pass a text list to the component", + table: { + type: { + summary: "ReactNode | Array", + }, + }, + type: { + name: "other", + value: "ReactNode | Array", + }, + }, linkText: { control: "text", description: