UNPKG

oneframe-react

Version:

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

11 lines (10 loc) 337 B
import { ActionOptions, KraxResponse } from './types'; declare const _default: (initialState: any) => { Provider: any; connect: any; actions: any; getState: any; krax: <T>(options: ActionOptions<T>) => Promise<KraxResponse<T> & Promise<T>>; reset: (resetPath: any[]) => Promise<void>; }; export default _default;