Merge pull request #4859 from Magiczne/fix-4423
Fixed #4423: Column: Missing typing for sorticonpull/4864/head
commit
54d1f0aaec
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue