UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 206 B
import { CoordinateComponent as CC } from '../runtime'; import { HelixCoordinate } from '../spec'; export type HelixOptions = HelixCoordinate; /** * Helix */ export declare const Helix: CC<HelixOptions>;