Merge pull request #4859 from Magiczne/fix-4423

Fixed #4423: Column: Missing typing for sorticon
pull/4864/head
Tuğçe Küçükoğlu 2023-11-22 13:45:50 +03:00 committed by GitHub
commit 54d1f0aaec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -948,6 +948,10 @@ export interface ColumnSlots {
* @param {Object} scope - sort icon slot's params.
*/
sorticon(scope: {
/**
* Style class of the sort icon.
*/
class: string;
/**
* Current sort state.
*/