Skip to content

Commit f4632bf

Browse files
committed
finx optional param
1 parent 5004a32 commit f4632bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ export function promiseTrackerHoc<P>(component: React.ComponentType<P & Componen
4545
* @param configuration (optional can be null).
4646
* @returns promiseInProgressFlag.
4747
*/
48-
export function usePromiseTracker(outerConfig : Config) : { promiseInProgress : boolean };
48+
export function usePromiseTracker(outerConfig? : Config) : { promiseInProgress : boolean };

0 commit comments

Comments
 (0)