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) 248 B
import { type Element } from 'parse5/dist/tree-adapters/default'; export interface ReplacementTag { readonly addAttributes?: string[]; readonly from: string; readonly to: string; readonly filterFn?: (element: Element) => boolean; }