* Add gif to readme Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
7 lines
309 B
TypeScript
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'
|