UNPKG

@taiga-ui/cdk

Version:

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

11 lines (10 loc) 406 B
import { type UpdateRecorder } from '@angular-devkit/schematics'; import { type DevkitFileSystem } from 'ng-morph'; import { type TemplateResource } from '../../../interfaces'; interface Input { fileSystem: DevkitFileSystem; recorder: UpdateRecorder; resource: TemplateResource; } export declare function migrateAmountCurrencyAlign({ resource, recorder, fileSystem, }: Input): void; export {};