UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

12 lines (11 loc) 254 B
import React from 'react'; export declare const createGraphCtx: (opts: any) => { getGraph: any; layout: any; theme: any; }; export declare const GraphContext: React.Context<{ getGraph: any; layout: any; theme: any; }>;