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) 215 B
/** * Checks if focused element is within given element. * * @param node * @return true if focused node is contained within element */ export declare function tuiIsNativeFocusedIn(node?: Node | null): boolean;