UNPKG

zz-chart

Version:

Alauda Chart components by Alauda Frontend Team

9 lines 139 B
/** * Action 基类 */ export class Action { constructor(view) { this.view = view; } } //# sourceMappingURL=action.js.map