UNPKG

@kelvininc/ui-components

Version:
4 lines (3 loc) 296 B
export declare const getSlotElements: (element: HTMLElement) => HTMLElement[]; export declare const didClickOnElement: (element: HTMLElement | null, event: MouseEvent) => boolean; export declare const isTargetOnElement: (selectElement: HTMLElement, event: MouseEvent | KeyboardEvent) => boolean;