mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #4304 - Listbox: Typing filtericon slot does not expose class
This commit is contained in:
parent
378765c71d
commit
bc936a50dd
1 changed files with 7 additions and 1 deletions
8
components/lib/listbox/Listbox.d.ts
vendored
8
components/lib/listbox/Listbox.d.ts
vendored
|
@ -435,8 +435,14 @@ export interface ListboxSlots {
|
||||||
}): VNode[];
|
}): VNode[];
|
||||||
/**
|
/**
|
||||||
* Custom filter icon template.
|
* Custom filter icon template.
|
||||||
|
* @param {Object} scope - filter icon slot's params.
|
||||||
*/
|
*/
|
||||||
filtericon(): VNode[];
|
filtericon(scope: {
|
||||||
|
/**
|
||||||
|
* Style class of the filter icon
|
||||||
|
*/
|
||||||
|
class: any;
|
||||||
|
}): VNode[];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue