UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

7 lines (6 loc) 237 B
import { EdgeProperty } from '../EdgeProperty'; export declare class DisjointWith extends EdgeProperty { constructor(data: any, options: any); drawLabel(labelContainer: any): this; addDisjointLabel(label: any): void; }