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

9 lines (8 loc) 126 B
/** * Type of the confirm event. */ export declare enum ConfirmEventType { ACCEPT = 0, REJECT = 1, CANCEL = 2 }