Refactor/ts (#21)

* refactor(ts): add deps

* refactor(ts): add tsconfig

* refactor(rollup): configure ts
This commit is contained in:
Moritz
2019-10-09 22:56:59 +02:00
committed by GitHub
parent 0659a8d04b
commit 9148229c19
5 changed files with 400 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
import ReactFlow from './container/ReactFlow';
export default ReactFlow;
export { default as Handle } from './components/Handle';
export { MiniMap, Controls } from './plugins';
export {
isNode,
isEdge,
removeElements,
addEdge,
getOutgoers
} from './utils/graph';