UNPKG

react-dynamic-forms-mui

Version:

A React library for creating dynamic forms with Material-UI theme

25 lines 781 B
import type { StoryObj } from '@storybook/react-vite'; declare const meta: { title: string; component: ({ primary, size, backgroundColor, label, ...props }: import("./Button").ButtonProps) => import("react/jsx-runtime").JSX.Element; parameters: { layout: string; }; tags: string[]; argTypes: { backgroundColor: { control: "color"; }; }; args: { onClick: import("@vitest/spy").Mock<(...args: any[]) => any>; }; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Primary: Story; export declare const Secondary: Story; export declare const Large: Story; export declare const Small: Story; export declare const DynamicGrid: Story; //# sourceMappingURL=Button.stories.d.ts.map