UNPKG

@spaced-out/ui-design-system

Version:
110 lines 2.7 kB
import * as React from 'react'; import type { TruncatedTextWithTooltipProps } from './'; declare const _default: { tags: string[]; title: string; component: ({ classNames, children, tooltip, wrapText, line, wordBreak, ...props }: TruncatedTextWithTooltipProps) => React.JSX.Element; argTypes: { children: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; tooltip: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; wrapText: { 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; }; }; }; wordBreak: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _TruncatedTextWithTooltip: { (args: TruncatedTextWithTooltipProps): React.JSX.Element; args: { classNames: { wrapper: string; }; children: string; tooltip: { bodyMaxLines: number; }; }; }; //# sourceMappingURL=TruncatedTextWithTooltip.stories.d.ts.map