UNPKG

react-hook-form-mantine

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