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

16 lines (15 loc) 245 B
/** * Custom click event. * @see {@link RadioButton.onClick} * @group Events */ export interface RadioButtonClickEvent { /** * Browser event. */ originalEvent: Event; /** * Browser event. */ value: any; }