UNPKG

buildkit-primevue

Version:

FormKit components and helpers built on PrimeVue v4 with Tailwind CSS

7 lines (5 loc) 193 B
import type { DefineComponent } from 'vue'; import type { FormKitProps } from './index.d.ts'; declare const FormKit: DefineComponent<FormKitProps>; export default FormKit; export { FormKit };