UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 234 B
import { MarkComponent as MC } from '../runtime'; import { LineMark } from '../spec'; export type LinkOptions = Omit<LineMark, 'type'>; /** * Connect `start` to `end` with single line. */ export declare const Link: MC<LinkOptions>;