UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

12 lines (9 loc) 282 B
import { G2ComponentNamespaces, G2Component } from '../runtime'; export const library = {}; // @todo Warn if override existing key. export function register( key: `${G2ComponentNamespaces}.${any}`, component: G2Component, ) { Object.assign(library, { [key]: component }); }