UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

8 lines 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getHorizontalMargin = exports.getBgColor = void 0; var getBgColor_1 = require("./getBgColor"); Object.defineProperty(exports, "getBgColor", { enumerable: true, get: function () { return getBgColor_1.getBgColor; } }); var getHorizontalMargin_1 = require("./getHorizontalMargin"); Object.defineProperty(exports, "getHorizontalMargin", { enumerable: true, get: function () { return getHorizontalMargin_1.getHorizontalMargin; } }); //# sourceMappingURL=index.js.map