UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

10 lines 263 B
import Default from "./Default"; export default class RangePicker extends Default { constructor() { super('RangePicker'); this._picker = 'date'; } picker(v) { this._picker = v; } ; } //# sourceMappingURL=RangePicker.js.map