UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

6 lines (5 loc) 163 B
import { Clazz } from './Clazz'; export declare class Instance extends Clazz { constructor(data: any, options: any); afterDraw(element: any): this; }