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