mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Merge pull request #4859 from Magiczne/fix-4423
Fixed #4423: Column: Missing typing for sorticon
This commit is contained in:
commit
54d1f0aaec
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