UNPKG

@ssplib/react-components

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