source:
imaps-frontend/node_modules/react-use/lib/usePromise.d.ts
Last change on this file 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.