# What's changed? * add fade and shrink animations to teleportable nodes * demonstrate using `updateNodeDimensions` to properly align edges after a resizing transition
6 lines
322 B
TypeScript
6 lines
322 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 TeleportableUseTransition } from './useTransition.js?raw'
|
|
export { default as TeleportCSS } from './style.css'
|