UNPKG

react-async-states

Version:

A low-level multi paradigm state management library

6 lines (3 loc) 184 B
import { AppShape, App } from './types.js'; declare function createApplication<TApp extends AppShape>(initialShape?: any, context?: object): App<TApp>; export { createApplication };