UNPKG

magner

Version:

Universal admin panel magnetic to any backend

8 lines (7 loc) 207 B
/** * Function checks if provided target element is a child of wrapper element * * @param el * @param wrapper */ export declare const isInWhiteList: (el: EventTarget, wrapper?: HTMLElement) => boolean;