UNPKG

react-hook-form-mantine

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