UNPKG

@taiga-ui/cdk

Version:

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

6 lines (5 loc) 273 B
import { type DefaultTreeAdapterTypes } from 'parse5'; type Element = DefaultTreeAdapterTypes.Element; export declare function hasAncestor(element: Element, tagName: string): boolean; export declare function hasChild(element: Element, tagName: string): boolean; export {};