Skip to content

Commit ba2743b

Browse files
author
farfromrefug
committed
chore: typings fix
1 parent c9982ac commit ba2743b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/image/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,5 +450,7 @@ export enum ScaleType {
450450
*/
451451
export interface ImagePipelineConfigSetting {
452452
isDownsampleEnabled?: boolean;
453+
leakTracker?: any; // Android only
454+
useOkhttp?: boolean; // Android only
453455
}
454456
export const ImageViewTraceCategory;

0 commit comments

Comments
 (0)