import { Button, Switch, Text } from "@prismicio/editor-ui"; import type { Meta, StoryObj } from "@storybook/react"; import { List, ListHeader, ListItem } from "./List"; type Story = StoryObj; const meta = { component: List, argTypes: { children: { control: { disable: true } }, }, } satisfies Meta; export default meta; export const Default = { args: { children: ( <> Show code snippets? } > Fields Add } toggle={} > Zone ), }, } satisfies Story;