refactor: Partial

This commit is contained in:
dap 2025-06-10 10:53:08 +08:00
parent 687c33ec29
commit d38093ca7d

View File

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