@spaced-out/ui-design-system
Version:
Sense UI components library
12 lines • 471 B
TypeScript
import * as React from 'react';
import type { Flow } from 'flow-to-typescript-codemod';
export type TruncateProps = {
children?: React.ReactNode;
line?: number;
showFullTextOnHover?: boolean;
wordBreak?: string;
className?: string;
};
export declare const BaseTruncate: Flow.AbstractComponent<TruncateProps, HTMLSpanElement>;
export declare const Truncate: Flow.AbstractComponent<TruncateProps, HTMLSpanElement>;
//# sourceMappingURL=Truncate.d.ts.map