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 547 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IllustrationBasic = exports.Illustration = void 0; var illustrationHost_1 = require("./illustrationHost"); Object.defineProperty(exports, "Illustration", { enumerable: true, get: function () { return illustrationHost_1.IllustrationHost; } }); var illustration_1 = require("./illustration"); Object.defineProperty(exports, "IllustrationBasic", { enumerable: true, get: function () { return illustration_1.IllustrationBasic; } }); //# sourceMappingURL=index.js.map