UNPKG
@dingdaoos/lucid-utils
Version:
latest (0.0.2)
0.0.2
0.0.1
Lucid utils
github.com/DingDaoOS/Lucid
DingDaoOS/Lucid
@dingdaoos/lucid-utils
/
utils
/
tools.ts
8 lines
(6 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
const
globalClick
= (
callback
:
any
) => {
document
.
addEventListener
(
'click'
, callback) }
export
const
getRect
= (
el
:
any
) => {
return
el.
getBoundingClientRect
() }