UNPKG

@ssplib/react-components

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