UNPKG

react-hook-form-mantine

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