@prezly/theme-kit-ui
Version:
UI components for Prezly themes
20 lines (19 loc) • 651 B
TypeScript
import type { StoryObj } from '@storybook/react';
import { Link } from './Link';
declare const _default: {
title: string;
component: typeof Link;
parameters: {
design: {
type: string;
url: string;
};
};
};
export default _default;
export declare const Primary: StoryObj<typeof Link>;
export declare const Secondary: StoryObj<typeof Link>;
export declare const PrimaryWithIconLeft: StoryObj<typeof Link>;
export declare const PrimaryWithIconRight: StoryObj<typeof Link>;
export declare const SecondaryWithIconLeft: StoryObj<typeof Link>;
export declare const DisabledLink: StoryObj<typeof Link>;