We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a507fdb commit 00fff76Copy full SHA for 00fff76
nativescript-imagepicker/index.d.ts
@@ -1,5 +1,6 @@
1
import { Observable } from "data/observable";
2
import { ImageSource } from "image-source";
3
+import { ImageAsset } from "image-asset";
4
5
export interface ImageOptions {
6
/**
@@ -14,7 +15,7 @@ export interface ImageOptions {
14
15
}
16
17
-export class SelectedAsset extends Observable {
18
+export class SelectedAsset extends ImageAsset {
19
20
* A 100x100 pixels thumb of the selected image.
21
* This property will be initialized on demand. The first access will return undefined or null.
0 commit comments