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