UNPKG

@taiga-ui/cdk

Version:

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

14 lines (13 loc) 378 B
export interface ReplacementFunctionParameter { readonly names: string[]; readonly moduleSpecifier?: string[] | string; readonly parameters: Array<{ readonly name: string; readonly renameTo?: string; readonly remove?: boolean; }>; readonly valueReplacer?: Array<{ readonly from: string; readonly to: string; }>; }