UNPKG
@cgcs2000/l7plot-component
Version:
latest (0.0.5)
0.0.5
Components for L7Plot
github.com/antvis/L7Plot
antvis/L7Plot
@cgcs2000/l7plot-component
/
dist
/
lib
/
utils
/
dom.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
export
declare
function
hasClass
(
elements
:
HTMLElement
,
cName
:
string
):
boolean
;
export
declare
function
clearDom
(
container
:
HTMLElement
):
void
;