@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) • 344 B
TypeScript
import { type UpdateRecorder } from '@angular-devkit/schematics';
import { type Token } from 'parse5';
type Attribute = Token.Attribute;
type ElementLocation = Token.ElementLocation;
export declare function removeAttrs(attrs: Attribute[], sourceCodeLocation: ElementLocation, recorder: UpdateRecorder, templateOffset: number): void;
export {};