@prodo/core
Version:
Core package for [Prodo](https://prodo.dev). See [documentation](https://docs.prodo.dev) for more info.
8 lines • 635 B
TypeScript
/// <reference types="react" />
export declare const ProdoProvider: import("react").ProviderExoticComponent<import("react").ProviderProps<import("./types").Store<any, any>>>;
export { action } from "./action";
export { connect, createUniverseWatcher, ProdoContext } from "./connect";
export { createModel } from "./model";
export { Comp, PluginDispatch, Provider, Store } from "./types";
export { ProdoPlugin, createPlugin, PluginActionCreator, PluginInitFn, PluginViewCtx, PluginActionCtx, PluginViewCtxFn, PluginActionCtxFn, PluginOnCompleteEventFn, PluginAction, mkUserAction, } from "./plugins";
//# sourceMappingURL=index.d.ts.map