@prezly/theme-kit-ui
Version:
UI components for Prezly themes
25 lines (24 loc) • 957 B
TypeScript
import type { StoryObj } from '@storybook/react';
import { Button } from '.';
declare const _default: {
title: string;
component: typeof Button;
parameters: {
design: {
type: string;
url: string;
};
};
};
export default _default;
export declare const Primary: StoryObj<typeof Button>;
export declare const Secondary: StoryObj<typeof Button>;
export declare const PrimaryWithIconLeft: StoryObj<typeof Button>;
export declare const PrimaryWithIconRight: StoryObj<typeof Button>;
export declare const SecondaryWithIconLeft: StoryObj<typeof Button>;
export declare const SquareButton: StoryObj<typeof Button>;
export declare const DisabledButton: StoryObj<typeof Button>;
export declare const Rounded: StoryObj<typeof Button>;
export declare const SecondaryRounded: StoryObj<typeof Button>;
export declare const SmallRounded: StoryObj<typeof Button>;
export declare const Themed: StoryObj<typeof Button>;