UNPKG

203 BTypeScriptView Raw
1import { G2ComponentNamespaces, G2Component } from '../runtime';
2export declare const library: {};
3export declare function register(key: `${G2ComponentNamespaces}.${any}`, component: G2Component): void;