@vtex/admin-ui
Version:
> VTEX admin component library
10 lines (9 loc) • 470 B
TypeScript
import type { Story } from '@storybook/react';
import type { ButtonProps } from './index';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>;
export default _default;
declare type StorybookButtonProps = Omit<ButtonProps, 'icon'> & {
icon: boolean;
};
export declare const Playground: Story<StorybookButtonProps>;
export declare const Bleed: Story<ButtonProps>;