UNPKG

antd-npm-demo

Version:

React & Redux & Ant.Design

15 lines (11 loc) 307 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _immutable = require('immutable'); var InitState = (0, _immutable.Record)({ userInfo: new _immutable.Map() }); exports.default = InitState; module.exports = exports['default']; //# sourceMappingURL=userInitState.js.map