mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
4
packages/core/platform/index.d.ts
vendored
4
packages/core/platform/index.d.ts
vendored
@ -126,7 +126,7 @@ export class Screen {
|
|||||||
*
|
*
|
||||||
* This retains compatibility with NS6
|
* This retains compatibility with NS6
|
||||||
*/
|
*/
|
||||||
export const screen = Screen;
|
export const screen: Screen;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the current device information.
|
* Gets the current device information.
|
||||||
@ -138,4 +138,4 @@ export const Device: IDevice;
|
|||||||
*
|
*
|
||||||
* This retains compatibility with NS6
|
* This retains compatibility with NS6
|
||||||
*/
|
*/
|
||||||
export const device = Device;
|
export const device: IDevice;
|
||||||
|
Reference in New Issue
Block a user