feat(controls): extendable controls via control button comp closes #1030

This commit is contained in:
moklick
2021-03-26 22:10:49 +01:00
parent e3cdecbafe
commit dd9334f50a
2 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
// but the user can add them as children of a React Flow component
export { default as MiniMap } from './MiniMap';
export { default as Controls } from './Controls';
export { default as Controls, ControlButton } from './Controls';
export { default as Background } from './Background';
export { default as ReactFlowProvider } from './ReactFlowProvider';