UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 282 B
import { G2ComponentNamespaces, G2Component } from '../runtime'; import { type SymbolFactor } from '../utils/marker'; export declare const library: {}; export declare function register(key: `${G2ComponentNamespaces | 'symbol'}.${any}`, component: G2Component | SymbolFactor): void;