UNPKG

node-file-db

Version:
14 lines (13 loc) 336 B
/** * @file redux的store * @Author wangjie19 * @Date 2020-07-25 22:34:29 * @Last Modified by: wangjie19 * @Last Modified time: 2020-07-25 22:39:33 */ declare const _default: import("redux").Store<import("redux").CombinedState<{ root: any; db: any; table: any; }>, import("redux").AnyAction>; export default _default;