Fixed #4423: Column: Missing typing for sorticon

pull/4859/head
Michał Kleszczyński 2023-11-22 09:01:06 +01:00
parent dd2f455683
commit 23691149f2
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. * @param {Object} scope - sort icon slot's params.
*/ */
sorticon(scope: { sorticon(scope: {
/**
* Style class of the sort icon.
*/
class: string;
/** /**
* Current sort state. * Current sort state.
*/ */