mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52: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
|
@ -16,7 +16,13 @@ export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassTh
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ProgressSpinnerPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ProgressSpinnerProps;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue