UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

13 lines (12 loc) 454 B
import type { Story } from '@storybook/react'; declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>; export default _default; export declare const Base: Story<{ tone: 'neutral' | 'critical'; disabled: boolean; label: string; }>; export declare const MinMax: Story; export declare const Internationalized: Story<{ locale: string; }>;