UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 209 B
import { CompositionComponent as CC } from '../runtime'; import { Mark as MarkComposition } from '../spec'; export type MarkOptions = Omit<MarkComposition, 'type'>; export declare const Mark: CC<MarkOptions>;