UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines 378 B
/** * This file is copied from the react-navigation repo: * https://github.com/react-navigation/react-navigation/blob/%40react-navigation/core%407.1.2/packages/native/src/useThenable.tsx * * No changes are made except of formatting. */ export declare function useThenable<T>(create: () => PromiseLike<T>): [boolean, T | undefined]; //# sourceMappingURL=useThenable.d.ts.map