UNPKG

react-application-core

Version:

A react-based application core for the business applications.

13 lines (12 loc) 310 B
import { IFullScreenManager } from './full-screen.interface'; export declare class FullScreenManager implements IFullScreenManager { private readonly domAccessor; /** * @stable [04.04.2019] */ enable(): void; /** * @stable [04.04.2019] */ disable(): void; }