UNPKG

react-hook-form-mantine

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