UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

9 lines (8 loc) 296 B
import { RoundNode } from '../RoundNode'; export declare class Equivalent extends RoundNode { private CIRCLE_SIZE_DIFFERENCE; constructor(data: any, options: any); actualRadius(): number; afterDraw(parentElement: any): this; setHoverHighlighting(enable: any): void; }