mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4342 - d.ts updates
This commit is contained in:
parent
16fdf8fb17
commit
7f81e2d641
1 changed files with 2 additions and 2 deletions
4
components/lib/passthrough/index.d.ts
vendored
4
components/lib/passthrough/index.d.ts
vendored
|
@ -1,6 +1,6 @@
|
|||
export interface usePassThroughOptions {
|
||||
merge?: boolean | undefined;
|
||||
useMergeProps?: boolean | undefined;
|
||||
mergeSections?: boolean | undefined;
|
||||
mergeProps?: boolean | undefined;
|
||||
}
|
||||
|
||||
export declare function usePassThrough(pt1: object, pt2: object, options?: usePassThroughOptions): object;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue