UNPKG

react-restyle-components

Version:
7 lines (6 loc) 297 B
import type { Meta, StoryObj } from '@storybook/react'; import { MultiSelectWithField } from './multi-select-with-field.component'; declare const meta: Meta<typeof MultiSelectWithField>; export default meta; type Story = StoryObj<typeof MultiSelectWithField>; export declare const Primary: Story;