index.ts 267 B

1234567891011
  1. export { setupVbenForm } from './config';
  2. export type {
  3. BaseFormComponentType,
  4. FormSchema as VbenFormSchema,
  5. VbenFormProps,
  6. } from './types';
  7. export * from './use-vben-form';
  8. // export { default as VbenForm } from './vben-form.vue';
  9. export * as z from 'zod';