source:
imaps-frontend/node_modules/react-use/esm/usePromise.d.ts@
d565449
Last change on this file since d565449 was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 144 bytes |
Line | |
---|---|
1 | export declare type UsePromise = () => <T>(promise: Promise<T>) => Promise<T>; |
2 | declare const usePromise: UsePromise; |
3 | export default usePromise; |
Note:
See TracBrowser
for help on using the repository browser.