index.ts 286 B

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