UNPKG

react-hook-form-mantine

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