source:
imaps-frontend/node_modules/react-use/lib/useUnmountPromise.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 188 bytes |
Line | |
---|---|
1 | export declare type Race = <P extends Promise<any>, E = any>(promise: P, onError?: (error: E) => void) => P; |
2 | declare const useUnmountPromise: () => Race; |
3 | export default useUnmountPromise; |
Note:
See TracBrowser
for help on using the repository browser.