UNPKG

primevue

Version:

PrimeVue is an open source UI library for Vue 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 PrimeBloc

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