feat: useVxeTable returns formApi instance (#4582)

This commit is contained in:
Vben
2024-10-07 13:32:37 +08:00
committed by GitHub
parent 60c615ce8a
commit f8ce3fdf1f
5 changed files with 67 additions and 62 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';