UNPKG

@taiga-ui/cdk

Version:

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

7 lines (6 loc) 184 B
/** * Returns current active element, including shadow dom * * @return element or null */ export declare function tuiGetNativeFocused({ activeElement }: Document): Element | null;