UNPKG

73 BTypeScriptView Raw
1export interface BlockableUI {
2 getBlockableElement(): HTMLElement;
3}