UNPKG

@taiga-ui/cdk

Version:

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

5 lines (4 loc) 116 B
/** * Adds 'px' to the number and turns it into a string */ export declare function tuiPx(value: number): string;