UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 205 B
import { MarkComponent as MC } from '../runtime'; import { ConnectorMark } from '../spec'; export type ConnectorOptions = Omit<ConnectorMark, 'type'>; export declare const Connector: MC<ConnectorOptions>;