mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
6 lines
224 B
TypeScript
6 lines
224 B
TypeScript
export interface PassThroughOptions {
|
|
mergeSections?: boolean | undefined;
|
|
mergeProps?: boolean | undefined;
|
|
}
|
|
|
|
export declare function usePassThrough(pt1: object, pt2: object, options?: PassThroughOptions): object;
|