node-file-db
Version:
14 lines (13 loc) • 340 B
TypeScript
/**
* @file redux德reducer
* @Author wangjie19
* @Date 2020-07-25 22:05:29
* @Last Modified by: wangjie19
* @Last Modified time: 2020-07-25 22:42:08
*/
declare const _default: import("redux").Reducer<import("redux").CombinedState<{
root: any;
db: any;
table: any;
}>, import("redux").AnyAction>;
export default _default;