Skip to content

Commit 00fff76

Browse files
committed
Fix to ImageAsset
1 parent a507fdb commit 00fff76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nativescript-imagepicker/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Observable } from "data/observable";
22
import { ImageSource } from "image-source";
3+
import { ImageAsset } from "image-asset";
34

45
export interface ImageOptions {
56
/**
@@ -14,7 +15,7 @@ export interface ImageOptions {
1415
}
1516

1617

17-
export class SelectedAsset extends Observable {
18+
export class SelectedAsset extends ImageAsset {
1819
/**
1920
* A 100x100 pixels thumb of the selected image.
2021
* This property will be initialized on demand. The first access will return undefined or null.

0 commit comments

Comments
 (0)