UNPKG

@lxlib/seed

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

8 lines (7 loc) 205 B
import { Observable } from 'rxjs'; export declare class FullContentService { private _change; /** 切换全屏工作区状态 */ toggle(): void; get change(): Observable<boolean | null>; }