feat(internals): export easy peasy hooks closes #257

This commit is contained in:
moklick
2020-05-29 14:40:16 +02:00
parent 11a3605c1b
commit 94e7d4a7b7
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -9,3 +9,4 @@ export { isNode, isEdge, removeElements, addEdge, getOutgoers } from './utils/gr
export * from './additional-components';
export * from './types';
export * from './store/hooks';