blockableui.d.ts 73 B

123
  1. export interface BlockableUI {
  2. getBlockableElement(): HTMLElement;
  3. }