chore: 改为Partial DeepPartial导致识别不出具体类型

This commit is contained in:
dap 2024-12-11 15:16:04 +08:00
parent b29b41fc73
commit 2aa4756a3e

View File

@ -42,7 +42,7 @@ export interface VxeGridProps {
/** /**
* vxe-grid * vxe-grid
*/ */
gridEvents?: DeepPartial<VxeGridListeners>; gridEvents?: Partial<VxeGridListeners>;
/** /**
* *
*/ */