UNPKG

oneframe-react

Version:

Oneframe React ## Components, Hooks, Helper Functions & State Management

5 lines (4 loc) 255 B
import { KraxRequest, KraxResponse, FetchOptions } from './types'; declare const kraxFetch: <T>(options: FetchOptions) => Promise<KraxResponse<T>>; declare const kraxFetchOptions: (fetchParams: KraxRequest) => any; export { kraxFetch, kraxFetchOptions };