mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
**PassThroughMethodOptions updated TS comments
This commit is contained in:
parent
3293ef980c
commit
041bd3214c
86 changed files with 852 additions and 0 deletions
9
components/lib/timeline/Timeline.d.ts
vendored
9
components/lib/timeline/Timeline.d.ts
vendored
|
@ -16,8 +16,17 @@ export declare type TimelinePassThroughOptionType = TimelinePassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TimelinePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TimelineProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TimelineContext;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue