Merge pull request #4061 from IanLai0201/master

fix: fix column sorticon slot props type
pull/3999/head
Tuğçe Küçükoğlu 2023-06-20 10:35:34 +03:00 committed by GitHub
commit 609b19f664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.