mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
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:
Vendored
+2
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user