UNPKG

react-hook-form-mantine

Version:
11 lines (10 loc) 540 B
import { type StoryObj } from "@storybook/react"; import { ChipGroup } from "./ChipGroup"; declare const _default: { title: string; component: <T extends import("react-hook-form").FieldValues>({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: import("./ChipGroup").ChipGroupProps<T>) => import("react/jsx-runtime").JSX.Element; }; export default _default; type StoryGroup = StoryObj<typeof ChipGroup>; export declare const ChipGroupSingle: StoryGroup; export declare const ChipGroupMultiple: StoryGroup;