mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4707 - PassThought new merging strategy
This commit is contained in:
parent
ecdceba4d1
commit
c749f0522b
3 changed files with 13 additions and 5 deletions
4
components/lib/passthrough/index.d.ts
vendored
4
components/lib/passthrough/index.d.ts
vendored
|
@ -1,6 +1,8 @@
|
|||
export declare type PassThroughMergePropsType = ((...args: any) => object | undefined) | boolean | undefined;
|
||||
|
||||
export interface PassThroughOptions {
|
||||
mergeSections?: boolean | undefined;
|
||||
mergeProps?: boolean | undefined;
|
||||
mergeProps?: PassThroughMergePropsType;
|
||||
}
|
||||
|
||||
export declare function usePassThrough(pt1: object, pt2: object, options?: PassThroughOptions): object;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue