UNPKG

primeng

Version:

PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB

15 lines (13 loc) 350 B
/** * @todo: Add dynamic params support; * * Exp; * usePassThrough(pt1, pt2, pt3, pt*, { mergeSections: true }); * usePassThrough(pt1, { mergeSections: true }); */ declare const usePassThrough: (pt1: {} | undefined, pt2: {} | undefined, ptOptions: any) => { _usept: any; originalValue: {}; value: {}; }; export { usePassThrough };