UNPKG

@ssplib/react-components

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