UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

6 lines 232 B
export default class Value { get() { return this._model._format(this._value); } set(value) { this._value = value; return this; } model(value) { this._model = value; return this; } } //# sourceMappingURL=Value.js.map