mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4231 - For PickList
This commit is contained in:
parent
004e9856ec
commit
49ffd85e77
2 changed files with 6 additions and 2 deletions
4
components/lib/picklist/PickList.d.ts
vendored
4
components/lib/picklist/PickList.d.ts
vendored
|
@ -200,6 +200,10 @@ export interface PickListPassThroughOptions {
|
|||
* @see {@link BaseComponent.ComponentHooks}
|
||||
*/
|
||||
hooks?: ComponentHooks;
|
||||
/**
|
||||
* Used to control Vue Transition API.
|
||||
*/
|
||||
transition?: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue