UNPKG

@kelvininc/ui-components

Version:
3 lines (2 loc) 188 B
export declare const isElementVisible: (element: HTMLElement, selector: string) => boolean; export declare const hasAnyVisibleElement: (element: HTMLElement, selector: string) => boolean;