UNPKG

221 BTypeScriptView Raw
1// tslint:disable:variable-name Describing an API that's defined elsewhere.
2
3export {hideElementsGlobally};
4
5
6/**
7 * @returns True if elements will be hidden globally
8 */
9declare function hideElementsGlobally(): boolean;