@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
6 lines • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Label = void 0;
var labelStandAlone_1 = require("./labelStandAlone");
Object.defineProperty(exports, "Label", { enumerable: true, get: function () { return labelStandAlone_1.LabelStandAlone; } });
//# sourceMappingURL=index.js.map