UNPKG

@ssplib/react-components

Version:
7 lines (6 loc) 240 B
import { Meta, StoryObj } from '@storybook/react'; 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;