UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

8 lines (7 loc) 395 B
/** * Checks for signs that element can be focused with keyboard. tabIndex above 0 is ignored to * only target natural focus order. Not checking the possibility of an element to * be focused, for example element can have display: none applied to it or any other * circumstances could prevent actual focus. */ export declare function tuiIsNativeKeyboardFocusable(element: Element): boolean;