UNPKG

shradmin

Version:

A frontend Framework for building admin application, using antd and mirrorjs.

13 lines (12 loc) 223 B
"use strict"; exports.__esModule = true; exports.default = { name: "loading", initialState: false, reducers: { set: function set(state, data) { return data; } } }; module.exports = exports["default"];