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