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

10 lines 935 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContentCustomGridItem = exports.CustomGridItem = exports.CustomGridStyled = exports.GridItem = exports.Grid = void 0; var grid_styled_1 = require("./grid.styled"); Object.defineProperty(exports, "Grid", { enumerable: true, get: function () { return grid_styled_1.GridStyled; } }); Object.defineProperty(exports, "GridItem", { enumerable: true, get: function () { return grid_styled_1.GridItemStyled; } }); Object.defineProperty(exports, "CustomGridStyled", { enumerable: true, get: function () { return grid_styled_1.CustomGridStyled; } }); Object.defineProperty(exports, "CustomGridItem", { enumerable: true, get: function () { return grid_styled_1.CustomGridItem; } }); Object.defineProperty(exports, "ContentCustomGridItem", { enumerable: true, get: function () { return grid_styled_1.ContentCustomGridItem; } }); //# sourceMappingURL=index.js.map