UNPKG

@angular/cdk

Version:

Angular Material Component Development Kit

10 lines (8 loc) 226 B
function coerceCssPixelValue(value) { if (value == null) { return ''; } return typeof value === 'string' ? value : `${value}px`; } export { coerceCssPixelValue }; //# sourceMappingURL=_css-pixel-value-chunk.mjs.map