mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
fix: fix column sorticon slot props type
This commit is contained in:
parent
d1900b56e6
commit
c0e470d754
1 changed files with 1 additions and 1 deletions
2
components/lib/column/Column.d.ts
vendored
2
components/lib/column/Column.d.ts
vendored
|
@ -867,7 +867,7 @@ export interface ColumnSlots {
|
||||||
/**
|
/**
|
||||||
* Current sort order state.
|
* Current sort order state.
|
||||||
*/
|
*/
|
||||||
sortOrder: boolean;
|
sortOrder: number;
|
||||||
}): VNode[];
|
}): VNode[];
|
||||||
/**
|
/**
|
||||||
* Custom header checkbox icon template.
|
* Custom header checkbox icon template.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue