From 66613d5aca33c0d9852be4b58e003c8f2df76eda Mon Sep 17 00:00:00 2001 From: Harry Goode <54032035+hrngoode@users.noreply.github.com> Date: Tue, 18 Feb 2020 18:56:50 +0000 Subject: [PATCH] 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 --- types/react-d3-graph/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/react-d3-graph/index.d.ts b/types/react-d3-graph/index.d.ts index f787497e2a..ebaeb626bb 100644 --- a/types/react-d3-graph/index.d.ts +++ b/types/react-d3-graph/index.d.ts @@ -1,6 +1,7 @@ // Type definitions for react-d3-graph 2.3 // Project: https://github.com/danielcaldas/react-d3-graph#readme -// Definitions by: hrngoode +// Definitions by: Harry Goode +// Adina Todoran // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import { Component } from "react";