UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 251 B
import { DataComponent as DC } from '../runtime'; import { CustomDataTransform } from '../spec'; export type CustomOptions = Omit<CustomDataTransform, 'type'>; /** * Connector transfom by function. */ export declare const Custom: DC<CustomOptions>;