UNPKG

@sydykov/ui

Version:
32 lines (31 loc) 794 B
import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent<import('./button').ButtonProps & import('react').RefAttributes<HTMLButtonElement>>; parameters: { layout: string; }; tags: string[]; argTypes: { variant: { control: { type: "select"; options: string[]; }; }; size: { control: { type: "select"; options: string[]; }; }; }; args: { variant: "default"; size: "default"; }; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Primary: Story; export declare const Secondary: Story;