mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4423: Column: Missing typing for sorticon
This commit is contained in:
parent
dd2f455683
commit
23691149f2
1 changed files with 4 additions and 0 deletions
4
components/lib/column/Column.d.ts
vendored
4
components/lib/column/Column.d.ts
vendored
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue