UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Discord Chat](https://img.shields.io/discord/55794023

7 lines (5 loc) 230 B
export interface usePassThroughOptions { mergeSections?: boolean | undefined; mergeProps?: boolean | undefined; } export declare function usePassThrough(pt1: object, pt2: object, options?: usePassThroughOptions): object;