Icard/angular-clarity-master(work.../node_modules/primeng/api/blockableui.d.ts

11 lines
264 B
TypeScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
/**
* 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;
}