UNPKG

react-hook-form-mantine

Version:
10 lines (9 loc) 263 B
import { type StoryObj } from "@storybook/react"; import { Slider } from "./Slider"; declare const _default: { title: string; component: typeof Slider; }; export default _default; type Story = StoryObj<typeof Slider>; export declare const Primary: Story;