import type { Meta, StoryObj } from '@storybook/react'; import { FieldSet } from '../app/components/FieldSet'; import { MultiSelectCard } from '../app/components/MultiselectCard'; import { Swap } from '../app/icons/Swap'; const meta: Meta = { title: 'Base/FieldSet', component: FieldSet, tags: ['autodocs'], }; export default meta; type Story = StoryObj; export const Default: Story = { args: { label: 'Example FieldSet', children: [ } id="swap-api" selected={false} key="swap-api" />, ], }, };