UNPKG

@spaced-out/ui-design-system

Version:
12 lines 471 B
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