UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

10 lines (8 loc) 193 B
/** * Contains the logic for the sidebar. * @param graph the graph that belongs to these controls */ export declare class Sidebar { graph: any; constructor(graph: any); }