refactor(ts): export types

This commit is contained in:
moklick
2020-05-16 01:11:56 +02:00
parent fb543d290e
commit 34188549f3

View File

@@ -7,3 +7,5 @@ export { default as EdgeText } from './components/Edges/EdgeText';
export { MiniMap, Controls } from './plugins';
export { isNode, isEdge, removeElements, addEdge, getOutgoers } from './utils/graph';
export * from './types';