fix: 补全 ComponentPropsMap 与 Vxe 表格表单链路的类型

This commit is contained in:
dullathanol
2026-04-05 19:03:03 +08:00
parent 332ff44219
commit 7e4edd270d
13 changed files with 72 additions and 31 deletions

View File

@@ -228,7 +228,7 @@ type MappedComponentProps<P> =
) => P & Record<string, any>)
| (P & Record<string, any>);
interface FormSchemaBody extends FormCommonConfig {
interface FormSchemaBody extends Omit<FormCommonConfig, 'componentProps'> {
/** 默认值 */
defaultValue?: any;
/** 依赖 */