UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

3 lines (2 loc) 143 B
export { default as Action } from './base'; // 导出 Action 基类 export { createAction, registerAction, getActionClass } from './register';