mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4929 - Add parent param to all pt method options
This commit is contained in:
parent
1a4bba8107
commit
eb00b8ee23
104 changed files with 399 additions and 158 deletions
|
@ -8,7 +8,6 @@
|
|||
*
|
||||
*/
|
||||
import { AnchorHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vue';
|
||||
import { AccordionPassThroughOptions } from '../accordion';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
||||
|
||||
|
@ -29,9 +28,9 @@ export interface AccordionTabPassThroughMethodOptions {
|
|||
*/
|
||||
props: AccordionTabProps;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
* Defines parent options.
|
||||
*/
|
||||
parent: AccordionPassThroughOptions;
|
||||
parent: any;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue