UNPKG

@ssplib/react-components

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