Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit acabd66

Browse files
committed
fix(android-loading-indicator): Update exported class hide method signature.
Previously the targetView and attemptTimeout parameters were not exposed as expected.
1 parent dd8f2fe commit acabd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export class LoadingIndicator {
22
show(options?: OptionsCommon): any;
3-
hide(): void;
3+
hide(targetView?: any, attemptTimeout?: number): void;
44
}
55

66
export interface OptionsCommon {

0 commit comments

Comments
 (0)