UNPKG

react-hook-form-mantine

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