UNPKG

@ssplib/react-components

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