Files
feedstr.live/node_modules/@testing-library/user-event/dist/utils/focus/isFocusable.d.ts
T
2023-11-25 18:12:47 -05:00

2 lines
79 B
TypeScript

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