refactor: 简化 componentProps 回调的类型写法

This commit is contained in:
dullathanol
2026-04-03 15:02:32 +08:00
committed by allen
parent 5ed39c03a4
commit cb5e7e00f1
7 changed files with 19 additions and 78 deletions

View File

@@ -3,6 +3,7 @@ export { setupVbenForm } from './config';
export type {
BaseFormComponentType,
ExtendedFormApi,
FormActions,
VbenFormProps,
FormSchema as VbenFormSchema,
} from './types';