arc.d.ts 227 B

123456
  1. import { DataComponent as DC } from '../runtime';
  2. export type ArcOptions = Omit<Record<string, any>, 'type'>;
  3. /**
  4. * For arc diagram(edge with weight) or chord diagram(with weight)
  5. */
  6. export declare const Arc: DC<ArcOptions>;