UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

9 lines 317 B
import Default from "./Default"; export default class Switch extends Default { constructor() { super('Switch'); } toggleTrue(value) { this._checkedChildren = value; return this; } toggleFalse(value) { this._unCheckedChildren = value; return this; } } //# sourceMappingURL=Switch.js.map