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

This commit is contained in:
dullathanol
2026-04-05 19:03:03 +08:00
committed by allen
parent e417a2c209
commit 2013ba4de4
13 changed files with 72 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ export type ApiComponentOptionsItem = {
children?: ApiComponentOptionsItem[];
disabled?: boolean;
label?: string;
value?: string;
value?: number | string;
};
export interface ApiComponentProps {