isFocusable.d.ts 79 B

1
  1. export declare function isFocusable(element: Element): element is HTMLElement;