UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 254 B
import { ArrowOptions } from '../utils'; import { ShapeComponent as SC } from '../../runtime'; export type VectorOptions = ArrowOptions; /** * Connect 2 points with a single line with arrow. * -----> */ export declare const Vector: SC<VectorOptions>;