UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 197 B
export const library = {}; // @todo Warn if override existing key. export function register(key, component) { Object.assign(library, { [key]: component }); } //# sourceMappingURL=library.js.map