UNPKG

stimulsoft-viewer-angular

Version:
12 lines (11 loc) 489 B
import { ModelService } from './model.service'; import { PageService } from './page.service'; import * as i0 from "@angular/core"; export declare class FullScreenService { model: ModelService; pageService: PageService; constructor(model: ModelService, pageService: PageService); changeFullScreenMode(fullScreenMode: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration<FullScreenService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FullScreenService>; }