Files
vue-flow/src/additional-components/index.ts
T
2021-10-20 22:39:54 +02:00

7 lines
309 B
TypeScript

// These components are not used by vue flow directly
// but the user can add them as children of a vue flow component
export { default as MiniMap } from './MiniMap/MiniMap.vue'
export { default as Controls } from './Controls/Controls.vue'
export { default as Background } from './Background/Background.vue'