UNPKG

react-hook-form-mantine

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