This commit is contained in:
dap
2024-10-07 13:56:54 +08:00
5 changed files with 85 additions and 55 deletions

View File

@@ -1,11 +1,12 @@
export { setupVbenForm } from './config';
export type {
BaseFormComponentType,
ExtendedFormApi,
FormSchema as VbenFormSchema,
VbenFormProps,
} from './types';
export * from './use-vben-form';
// export { default as VbenForm } from './vben-form.vue';
export * as z from 'zod';