UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

15 lines 375 B
import Default from "./Default"; export default class Drawer extends Default { constructor() { super('Drawer'); this._align = 'right'; this._size = 640; this.close = () => { }; this.open = () => { }; } align(value) { this._align = value; return this; } } //# sourceMappingURL=Drawer.js.map