Feature/react d3 graph (#42240)

* react-d3-graph types

This is our first time submitting something to this git repo.
This is the type definition for the node module 'react-d3-graph'.

* Test added

* tests fixed

* Update package.json

* Update react-d3-graph-tests.tsx

* Update package.json

* Delete package.json

* Create tslint.json

* Update index.d.ts

* Update react-d3-graph-tests.tsx

* Update package.json

* Update contibutors
This commit is contained in:
Harry Goode
2020-02-18 10:56:50 -08:00
committed by GitHub
parent 256ef16541
commit 66613d5aca
+2 -1
View File
@@ -1,6 +1,7 @@
// Type definitions for react-d3-graph 2.3
// Project: https://github.com/danielcaldas/react-d3-graph#readme
// Definitions by: hrngoode <https://github.com/me>
// Definitions by: Harry Goode <https://github.com/hrngoode>
// Adina Todoran <https://github.com/adina-todoran>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { Component } from "react";