UNPKG
wemy-monitoring
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.2.2
1.1.2
一个前端监控
wemy-monitoring
/
dist
/
types
/
src
/
utils
/
getParent.d.ts
2 lines
(1 loc)
•
87 B
TypeScript
View Raw
1
2
export
declare
function
getParent
(
e
:
Event
,
className
:
string
):
HTMLElement
|
boolean
;