gentics-ui-core
Version:
This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.
12 lines (11 loc) • 465 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
/**
* The scroll mask is a transparent div covering the entire viewport which is intended to prevent scrolling.
*/
export declare class ScrollMask {
clicked: EventEmitter<any>;
clickHandler(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollMask, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollMask, "gtx-scroll-mask", never, {}, {}, never, never>;
}