mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #4231 - For Dropdown
This commit is contained in:
parent
87a8248900
commit
7282fcb2cb
2 changed files with 5 additions and 1 deletions
4
components/lib/dropdown/Dropdown.d.ts
vendored
4
components/lib/dropdown/Dropdown.d.ts
vendored
|
@ -149,6 +149,10 @@ export interface DropdownPassThroughOptions {
|
|||
* @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