UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 194 B
import { CompositeMarkComponent as CC } from '../runtime'; import { ChordMark } from '../spec'; export type ChordOptions = Omit<ChordMark, 'type'>; export declare const Chord: CC<ChordOptions>;