fix: apply changes to definitions

This commit is contained in:
Igor Randjelovic
2020-12-28 12:44:41 +00:00
committed by GitHub
parent a7df49dfcd
commit d5999e95f7

View File

@ -121,7 +121,21 @@ export class Screen {
static mainScreen: ScreenMetrics; static mainScreen: ScreenMetrics;
} }
/**
* An object describing general information about a display.
*
* This retains compatibility with NS6
*/
export const screen = Screen;
/** /**
* Gets the current device information. * Gets the current device information.
*/ */
export const Device: IDevice; export const Device: IDevice;
/**
* Gets the current device information.
*
* This retains compatibility with NS6
*/
export const device = Device;