mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4389 - Rename PTOptions and DefaultPTOptions types with PassThrough and DefaultPassThrough types
This commit is contained in:
parent
57ce4e0183
commit
5c94099fa7
95 changed files with 280 additions and 280 deletions
4
components/lib/ts-helpers.d.ts
vendored
4
components/lib/ts-helpers.d.ts
vendored
|
@ -33,6 +33,6 @@ export declare type Numberish = number | string;
|
|||
|
||||
export declare type Nullable<T = void> = T | null | undefined;
|
||||
|
||||
export declare type PTOptions<T = void> = T | object | undefined;
|
||||
export declare type PassThrough<T = void> = T | object | undefined;
|
||||
|
||||
export declare type DefaultPTOptions<T = void> = T | ((instance?: VNode) => T | undefined) | undefined;
|
||||
export declare type DefaultPassThrough<T = void> = T | ((instance?: VNode) => T | undefined) | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue