@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 • 540 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextCountStandAlone = exports.TextCount = void 0;
var textCount_1 = require("./textCount");
Object.defineProperty(exports, "TextCount", { enumerable: true, get: function () { return textCount_1.TextCount; } });
var textCountStandAlone_1 = require("./textCountStandAlone");
Object.defineProperty(exports, "TextCountStandAlone", { enumerable: true, get: function () { return textCountStandAlone_1.TextCountStandAlone; } });
//# sourceMappingURL=index.js.map