react-restful
Version:
Another liblary for restful resources management for React app.
7 lines (6 loc) • 312 B
TypeScript
import { FetcherProps, Fetcher } from './Fetcher';
export declare let storeSymbol: symbol;
export declare let fetcherSymbol: symbol;
export declare const getStore: () => any;
export declare let request: Fetcher['fetchResource'];
export declare const setupEnvironment: (fetcherProps: FetcherProps) => void;