UNPKG

angular-shepherd

Version:

An Angular wrapper for the site tour library Shepherd.

7 lines (6 loc) 264 B
/** * Helper method to check if element is hidden, since we cannot use :visible without jQuery * @param element The element to check for visibility * @returns true if element is hidden */ export declare function elementIsHidden(element: HTMLElement): boolean;