UNPKG

@devkitvue/form

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

10 lines (9 loc) 353 B
import { Plugin } from 'vue'; import { DevkitFormConfig } from '@devkitvue/config'; import { default as DevkitFormDB } from './pkg/database/DB'; export * from './app/appform'; export type { DevkitFormConfig }; declare const db: DevkitFormDB; export { db }; declare const DevkitFormPlugin: Plugin<DevkitFormConfig<any>>; export default DevkitFormPlugin;