UNPKG
@antv/dom-util
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
A common util collection for antv projects
github.com/antvis/util
antvis/util
@antv/dom-util
/
lib
/
get-outer-height.d.ts
2 lines
(1 loc)
•
85 B
TypeScript
View Raw
1
2
export
default
function
getOuterHeight
(el: HTMLElement, defaultValue?: any)
: number;