UNPKG

@konforti/react-truncate

Version:
6 lines (5 loc) 189 B
export type WrapperElement = HTMLElement; export type Lines = number; export type TruncFrom = 'start' | 'middle' | 'end'; export type Ellipsis = string; export type WrapperOffset = number;