UNPKG

@ssplib/react-components

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