UNPKG

ng-devui

Version:

DevUI components based on Angular

11 lines (10 loc) 323 B
import * as i0 from "@angular/core"; export declare class DocumentRef { private doc; constructor(doc: any); get document(): any; get body(): any; get documentElement(): any; static ɵfac: i0.ɵɵFactoryDeclaration<DocumentRef, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DocumentRef>; }