UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

18 lines (17 loc) 477 B
import { ElementRef, OnInit } from '@angular/core'; export declare class Preload implements OnInit { static readonly NAME: string; static readonly PREFIX_CLASSNAME: string; private conponent; private preloadClass; private preloadAutoSize; private preloadOutline; private elementRef; private uuid; private showing; constructor(elementRef: ElementRef); ngOnInit(): void; isShowing(): boolean; show(): void; hide(): void; }