UNPKG
ant-table-ext
Version:
latest (2.13.1)
2.13.1
2.13.0
2.12.0
An extended table based on ant table
github.com/toyang/ant-table-ext
toyang/ant-table-ext
ant-table-ext
/
lib
/
input
/
calculateNodeHeight.d.ts
7 lines
(6 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
function
calculateNodeHeight
(
uiTextNode
:
any
,
useCache
?:
boolean
,
minRows
?:
number
|
null
,
maxRows
?:
number
|
null
): {
height
:
any
;
minHeight
:
number
;
maxHeight
:
number
;
overflowY
:
any
; };