UNPKG

react-hook-form-mantine

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