mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4231 - For MultiSelect
This commit is contained in:
parent
c6e5e3db3d
commit
94bd3ef462
2 changed files with 5 additions and 1 deletions
4
components/lib/multiselect/MultiSelect.d.ts
vendored
4
components/lib/multiselect/MultiSelect.d.ts
vendored
|
@ -216,6 +216,10 @@ export interface MultiSelectPassThroughOptions {
|
|||
* @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