UNPKG

reshow-flux

Version:
10 lines (9 loc) 260 B
export default getStore; export type StoreObject<StateType, ActionType> = import("reshow-flux-base").StoreObject<StateType, ActionType>; /** * @returns {object} */ declare function getStore({ props, options }: { props: any; options: any; }): object;