mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fixed app module initialization (renaming to small letters)
This commit is contained in:
8
image/image.d.ts
vendored
8
image/image.d.ts
vendored
@ -1,4 +1,6 @@
|
|||||||
/**
|
import promises = require("promises/promises");
|
||||||
|
|
||||||
|
/**
|
||||||
* Defines the recognized image formats.
|
* Defines the recognized image formats.
|
||||||
*/
|
*/
|
||||||
export declare enum ImageFormat {
|
export declare enum ImageFormat {
|
||||||
@ -76,4 +78,6 @@ export declare function fromData(data: any): Image;
|
|||||||
* Creates a new Image instance and sets the provided native bitmap object.
|
* Creates a new Image instance and sets the provided native bitmap object.
|
||||||
* The native bitmap object will update either the android or ios properties, depending on the target os.
|
* The native bitmap object will update either the android or ios properties, depending on the target os.
|
||||||
*/
|
*/
|
||||||
export declare function fromNativeBitmap(source: any): Image;
|
export declare function fromNativeBitmap(source: any): Image;
|
||||||
|
|
||||||
|
// export declare function fromUrl
|
Reference in New Issue
Block a user