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 636 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Image = exports.ImageObjectFitType = exports.ImageLoadingType = void 0; // enums var types_1 = require("./types"); Object.defineProperty(exports, "ImageLoadingType", { enumerable: true, get: function () { return types_1.ImageLoadingType; } }); Object.defineProperty(exports, "ImageObjectFitType", { enumerable: true, get: function () { return types_1.ImageObjectFitType; } }); var image_1 = require("./image"); Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return image_1.Image; } }); //# sourceMappingURL=index.js.map