fix: fix column sorticon slot props type

pull/4061/head
Ian Lai 2023-06-19 00:45:26 +08:00
parent d1900b56e6
commit c0e470d754
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ export interface ColumnSlots {
/**
* Current sort order state.
*/
sortOrder: boolean;
sortOrder: number;
}): VNode[];
/**
* Custom header checkbox icon template.