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) 234 B
import { type Token } from 'parse5'; type Attribute = Token.Attribute; export declare function findAttr(attrs: Attribute[], name: string): Attribute | undefined; export declare function isBinding(attr: Attribute): boolean; export {};