UNPKG

@dingdaoos/lucid-utils

Version:
8 lines (6 loc) 174 B
export const globalClick = (callback: any) => { document.addEventListener('click', callback) } export const getRect = (el: any) => { return el.getBoundingClientRect() }