UNPKG

@cause-911/core

Version:

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

10 lines (9 loc) 241 B
import { EventEmitter } from '@angular/core'; export declare class FullscreenService { statusChange: EventEmitter<any>; constructor(); show(element: any): void; exit(): void; isActived(): boolean; private onChange; }