react-hook-form-mantine
Version:
React hook form wrapper for Mantine components
10 lines (9 loc) • 500 B
TypeScript
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;