UNPKG

react-hook-form-mantine

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