UNPKG

@ssplib/react-components

Version:
7 lines (6 loc) 279 B
import { Meta, StoryObj } from '@storybook/nextjs'; import CheckboxWarning from '../components/form/checkbox/CheckBoxWarning'; declare const meta: Meta<typeof CheckboxWarning>; export default meta; type Story = StoryObj<typeof CheckboxWarning>; export declare const Base: Story;