mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #3871 - Deprecated indicator slot
This commit is contained in:
parent
0eb2981c04
commit
f0b4bd2e3f
5 changed files with 23 additions and 30 deletions
|
@ -212,6 +212,7 @@ export interface CascadeSelectSlots {
|
|||
}): VNode[];
|
||||
/**
|
||||
* Custom indicator template.
|
||||
* @deprecated since v3.27.0. Use 'dropdownicon or loadingicon' slots.
|
||||
*/
|
||||
indicator(): VNode[];
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue