UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

8 lines (7 loc) 148 B
export interface IGraph { options: any; initialize(props: object): this; start(): this; update(): void; reset(): void; }