UNPKG

@taiga-ui/cdk

Version:

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

12 lines (11 loc) 315 B
export interface ReplacementType { readonly from: string; readonly moduleSpecifier?: string[] | string; readonly preserveGenerics?: boolean; readonly to?: string; readonly removeImport?: boolean; readonly newImports?: Array<{ name: string; moduleSpecifier: string; }>; }