Files
vue-flow/docs/components/examples/teleport/index.ts
T

5 lines
244 B
TypeScript

export { default as TeleportApp } from './App.vue?raw'
export { default as TeleportSidebar } from './Sidebar.vue?raw'
export { default as TeleportableNode } from './TeleportableNode.vue?raw'
export { default as TeleportCSS } from './style.css'