UNPKG

@youwen/ai-design-system

Version:

Enterprise AI-driven design system with comprehensive design tokens

10 lines (9 loc) 418 B
/// <reference types="react" /> import type { StoryObj } from '@storybook/react-vite'; declare const meta: Meta<({ primary, size, backgroundColor, label, ...props }: import("./Button").ButtonProps) => JSX.Element>; 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;