mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4125 - Pass Through Props: Syntactic improvement suggestion
This commit is contained in:
parent
9cdbd621f1
commit
5f09ecd0a0
88 changed files with 110 additions and 88 deletions
1
components/lib/utils/Utils.d.ts
vendored
1
components/lib/utils/Utils.d.ts
vendored
|
@ -82,6 +82,7 @@ export declare class ObjectUtils {
|
|||
static isObject(value: any): boolean;
|
||||
static isDate(value: any): boolean;
|
||||
static isArray(value: any): boolean;
|
||||
static isString(value: any): boolean;
|
||||
static isPrintableCharacter(char: string): boolean;
|
||||
static findLast(value: any[], callback: () => any): any;
|
||||
static findLastIndex(value: any[], callback: () => any): number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue