UNPKG

@cauca-911/core

Version:

Run `npm install @cauca-911/core` to add this library to your project

13 lines (12 loc) 416 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FullscreenService { statusChange: EventEmitter<any>; constructor(); show(element: any): void; exit(): void; isActive(): boolean; private onChange; static ɵfac: i0.ɵɵFactoryDeclaration<FullscreenService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FullscreenService>; }