react-hook-form-mantine
Version:
React hook form wrapper for Mantine components
10 lines (9 loc) • 299 B
TypeScript
import { type StoryObj } from "@storybook/react";
import { DatePickerInput } from "./DatePickerInput";
declare const _default: {
title: string;
component: typeof DatePickerInput;
};
export default _default;
type Story = StoryObj<typeof DatePickerInput>;
export declare const Primary: Story;