Skip to content

Commit 3aa9b71

Browse files
committed
fix: typings fix
1 parent fb6d15e commit 3aa9b71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/image/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ export class Img extends View {
198198
* IOS: if you want to show animated images you need to set this to true
199199
*/
200200
animatedImageView: boolean;
201+
202+
loadMode: 'sync' | 'async';
203+
alwaysFade: boolean;
204+
noCache: boolean;
205+
tintColor: Color;
206+
imageRotation: number;
201207
}
202208

203209
/**

0 commit comments

Comments
 (0)