UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 187 B
import { CompositionComponent as CC } from '../runtime'; import { PackMark } from '../spec'; export type PackOptions = Omit<PackMark, 'type'>; export declare const Pack: CC<PackOptions>;