UNPKG
fybdp-d3-kg
Version:
latest (1.0.1)
1.0.1
1.0.0
Knowledge Graph using React and D3.js
gitlab.fybdp.com/fuxi/d3-kg/blob/master/README.md
fybdp-d3-kg
/
dist
/
src
/
Graphs
/
utils
/
TextUtil.d.ts
6 lines
(5 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
TextUtil
{
private
static
ADDITIONAL_TEXT_SPACE
;
private
static
measureTextWidth;
static
truncate
:
(
text
:
any
,
maxWidth
:
any
,
textStyle
:
any
,
additionalTextSpace
?:
any
) =>
any
; }