UNPKG

react-hook-form-mantine

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