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

11 lines (10 loc) 264 B
/** * Represents a blockable user interface element. */ export interface BlockableUI { /** * Retrieves the blockable element associated with the UI. * @returns The HTML element that can be blocked. */ getBlockableElement(): HTMLElement; }