@archway-kit/vue
Version:
Vue components to interact with the Archway network
6 lines (5 loc) • 300 B
TypeScript
export { default as TransitionAppear } from './Appear.vue';
export { default as TransitionDrawer } from './Drawer.vue';
export { default as TransitionDropdown } from './Dropdown.vue';
export { default as TransitionFade } from './Fade.vue';
export { default as TransitionSlideY } from './SlideY.vue';