UNPKG
@konforti/react-truncate
Version:
latest (1.1.0)
1.1.0
1.0.0
Long text truncation
github.com/konforti/react-truncate
@konforti/react-truncate
/
src
/
types.js
6 lines
(5 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
export
type
WrapperElement
=
HTMLElement
;
export
type
Lines
=
number
;
export
type
TruncFrom
=
'start'
|
'middle'
|
'end'
;
export
type
Ellipsis
=
string
;
export
type
WrapperOffset
=
number
;