UNPKG

cometchat-react-ui-kit2

Version:

CometChat UI Kit for React App

10 lines (9 loc) 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fontHelper = void 0; var fontHelper = function fontHelper(obj) { return "".concat(obj === null || obj === void 0 ? void 0 : obj.fontWeight, " ").concat(obj === null || obj === void 0 ? void 0 : obj.fontSize, " ").concat(obj === null || obj === void 0 ? void 0 : obj.fontFamily); }; exports.fontHelper = fontHelper;