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) 379 B
import { type UpdateRecorder } from '@angular-devkit/schematics'; import { type Token } from 'parse5'; type ElementLocation = Token.ElementLocation; export declare function replaceTag(recorder: UpdateRecorder, sourceCodeLocation: ElementLocation | null | undefined, from: string, to: string, template: string, templateOffset?: number, addAttributes?: string[]): void; export {};