forceGraph.d.ts 217 B

1234
  1. import { CompositionComponent as CC } from '../runtime';
  2. import { ForceGraphMark } from '../spec';
  3. export type ForceGraphOptions = Omit<ForceGraphMark, 'type'>;
  4. export declare const ForceGraph: CC<ForceGraphOptions>;