UNPKG

react-hook-form-mantine

Version:
10 lines (9 loc) 287 B
import { type StoryObj } from "@storybook/react"; import { NativeSelect } from "./NativeSelect"; declare const _default: { title: string; component: typeof NativeSelect; }; export default _default; type Story = StoryObj<typeof NativeSelect>; export declare const Primary: Story;