mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
**PassThroughMethodOptions updated TS comments
This commit is contained in:
parent
3293ef980c
commit
041bd3214c
86 changed files with 852 additions and 0 deletions
12
components/lib/panelmenu/PanelMenu.d.ts
vendored
12
components/lib/panelmenu/PanelMenu.d.ts
vendored
|
@ -20,9 +20,21 @@ export declare type PanelMenuPassThroughTransitionType = TransitionProps | ((opt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface PanelMenuPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: PanelMenuProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: PanelMenuState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: PanelMenuContext;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue