UNPKG

cloudhubui

Version:

Various components to use in react projects

17 lines (14 loc) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var primitives = function primitives(_ref) { var fonts = _ref.fonts; var mainFontFamily = fonts.body.fontFamily; return { primaryFontFamily: mainFontFamily }; }; var _default = primitives; exports.default = _default;