UNPKG

@prezly/theme-kit-ui

Version:
20 lines (19 loc) 651 B
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>;