@hyper-fetch/react
Version:
React hooks and utils for the hyper-fetch
8 lines • 369 B
TypeScript
import { RequestInstance, RequiredKeys } from '@hyper-fetch/core';
import { UseFetchOptionsType } from '.';
type DefaultOptionsType = RequiredKeys<Omit<UseFetchOptionsType<RequestInstance>, "initialResponse">> & {
initialResponse: null;
};
export declare const useFetchDefaultOptions: DefaultOptionsType;
export {};
//# sourceMappingURL=use-fetch.constants.d.ts.map