UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

9 lines (8 loc) 208 B
import { RoundNode } from '../RoundNode'; /** * 交叉节点 */ export declare class Intersection extends RoundNode { constructor(data: any, options: any); afterDraw(element: any): this; }