UNPKG

ngx-ui-tour-core

Version:
7 lines (6 loc) 186 B
export declare const enum ElementSides { Top = 0, Bottom = 1, All = 2 } export declare function isInViewport(htmlElement: HTMLElement, sidesToCheck?: ElementSides): boolean;