@spaced-out/ui-design-system
Version:
Sense UI components library
94 lines • 2.21 kB
TypeScript
import * as React from 'react';
import type { TruncateProps } from './';
declare const _default: {
tags: string[];
title: string;
argTypes: {
line: {
description: string;
control: {
type: string;
min: number;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: number;
};
};
};
children: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
showFullTextOnHover: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
className: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
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 _Truncate: {
({ children, ...args }: TruncateProps): React.JSX.Element;
args: {
line: number;
showFullTextOnHover: boolean;
children: string;
};
};
//# sourceMappingURL=Truncate.stories.d.ts.map