src/d3/index.ts

   1import { Graph }    from './Graph';

   2

   3export const d3 = {

   4    Graph:  Graph

   5};

   6