UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

7 lines (5 loc) 196 B
import { Factory } from "../../core/factory"; export const registerComponentPlugin = plugin => { Factory.registerComponentPlugin(plugin.type, plugin); }; //# sourceMappingURL=register.js.map