UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

9 lines 261 B
import Default from "./Default"; export default class GraphLine extends Default { constructor() { super('GraphLine'); } x(v) { this._x = v; return this; } y(v) { this._y = v; return this; } } //# sourceMappingURL=GraphLine.js.map