UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 219 B
import { CompositeMarkComponent as CC } from '../runtime'; import { ForceGraphMark } from '../spec'; export type ForceGraphOptions = Omit<ForceGraphMark, 'type'>; export declare const ForceGraph: CC<ForceGraphOptions>;