UNPKG

@taiga-ui/cdk

Version:

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

12 lines (11 loc) 278 B
/** * Returns current active element, including shadow dom * * @return element or null */ export declare function tuiGetFocused({ activeElement }: Document): Element | null; export { /** * @deprecated use {@link tuiGetFocused} */ tuiGetFocused as tuiGetNativeFocused, };