UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

6 lines (5 loc) 174 B
import { EdgeProperty } from '../EdgeProperty'; export declare class SubClassOf extends EdgeProperty { constructor(data: any, options: any); toText(): string; }