UNPKG

@taiga-ui/cdk

Version:

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

4 lines (3 loc) 297 B
import { type UpdateRecorder } from '@angular-devkit/schematics'; import { type Attribute, type ElementLocation } from 'parse5/dist/common/token'; export declare function removeAttrs(attrs: Attribute[], sourceCodeLocation: ElementLocation, recorder: UpdateRecorder, templateOffset: number): void;