UNPKG

devkit-base-components

Version:

Devkit Base Components is a Vue plugin offering a collection of reusable, headless components designed to streamline your Vue.js development workflow. Built for flexibility and maintainability, this library gives you complete control over styling and beha

8 lines (7 loc) 398 B
import { default as AppBtn } from './AppBtn.vue'; import { default as AppIcon } from './AppIcon.vue'; import { default as AppImage } from './AppImage.vue'; import { default as AppHeader } from './AppHeader.vue'; import { default as AppSection } from './AppSection.vue'; import { default as AppDialog } from './AppDialog.vue'; export { AppBtn, AppDialog, AppIcon, AppImage, AppHeader, AppSection };