UNPKG

@spaced-out/ui-design-system

Version:
238 lines 5.72 kB
import * as React from 'react'; import type { ChipProps } from './Chip'; declare const _default: { tags: string[]; title: string; argTypes: { wordBreak: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; line: { description: string; control: { type: string; min: number; }; table: { type: { summary: string; }; defaultValue: { summary: number; }; }; }; size: { description: string; control: string; options: string[]; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; semantic: { options: unknown[]; description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: "primary"; }; }; }; showStatusIndicator: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; disableHoverState: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; onClick: { description: string; action: string; table: { type: { summary: string; }; }; }; onDismiss: { description: string; action: string; table: { type: { summary: string; }; }; }; onMouseEnter: { description: string; action: string; table: { type: { summary: string; }; }; }; onMouseLeave: { description: string; action: string; table: { type: { summary: string; }; }; }; dismissable: { description: string; name: string; options: boolean[]; control: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; }; }; iconName: { description: string; table: { type: { summary: string; }; }; }; iconType: { description: string; options: string[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; children: { description: string; type: { required: boolean; }; table: { type: { summary: string; }; }; }; disabled: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; classNames: { 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 _Clickable: { (args: ChipProps): React.JSX.Element; args: { children: string; }; }; export declare const _Multiline: { (args: ChipProps): React.JSX.Element; args: { children: string; iconName: string; line: number; }; }; export declare const _WithText: { (): React.JSX.Element; args: { children: string; }; }; export declare const _WithStatusIndicator: () => React.JSX.Element; export declare const _WithIcon: () => React.JSX.Element; export declare const _Dismissable: () => React.JSX.Element; //# sourceMappingURL=Chip.stories.d.ts.map