@spaced-out/ui-design-system
Version:
Sense UI components library
284 lines • 6.75 kB
TypeScript
import * as React from 'react';
import type { LinkProps } from './';
declare const _default: {
tags: string[];
title: string;
component: import("flow-to-typescript-codemod").Flow.AbstractComponent<LinkProps, HTMLAnchorElement | null | undefined>;
argTypes: {
color: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
iconLeftName: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconLeftType: {
description: string;
options: unknown[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
iconLeftSize: {
description: string;
options: unknown[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
iconRightName: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
iconRightSize: {
description: string;
options: unknown[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
iconRightType: {
description: string;
options: unknown[];
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
as: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
linkComponent: {
description: string;
table: {
type: {
summary: string;
};
};
};
rel: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
target: {
options: unknown[];
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
to: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
href: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
onClick: {
description: string;
action: string;
table: {
type: {
summary: string;
};
};
};
tabIndex: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: number;
};
};
};
disabled: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
underline: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
children: {
description: string;
control: {
type: string;
};
type: {
required: boolean;
};
table: {
type: {
summary: string;
};
};
};
className: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _Link: {
(args: LinkProps): React.JSX.Element;
args: {
children: string;
};
};
export declare const _WithLeftIcon: {
(args: LinkProps): React.JSX.Element;
args: {
children: string;
iconLeftName: string;
};
};
export declare const _WithRightIcon: {
(args: LinkProps): React.JSX.Element;
args: {
children: string;
iconRightName: string;
};
};
//# sourceMappingURL=Link.stories.d.ts.map