UNPKG

rc-tc-ifn

Version:

React component that truncates text with ellipsis and shows tooltip only when content overflows.

4 lines (3 loc) 186 B
export declare const ellipsisClass: string; export declare function rootClass(width?: number | string): string; export declare function mergeRefs<T>(...refs: any[]): (value: T) => void;