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

13 lines 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextStyled = exports.Text = exports.TextTransformType = exports.TextDecorationType = exports.TextDisplayType = exports.TextComponentType = void 0; var types_1 = require("./types"); Object.defineProperty(exports, "TextComponentType", { enumerable: true, get: function () { return types_1.TextComponentType; } }); Object.defineProperty(exports, "TextDisplayType", { enumerable: true, get: function () { return types_1.TextDisplayType; } }); Object.defineProperty(exports, "TextDecorationType", { enumerable: true, get: function () { return types_1.TextDecorationType; } }); Object.defineProperty(exports, "TextTransformType", { enumerable: true, get: function () { return types_1.TextTransformType; } }); var text_1 = require("./text"); Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return text_1.Text; } }); var text_styled_1 = require("./text.styled"); Object.defineProperty(exports, "TextStyled", { enumerable: true, get: function () { return text_styled_1.TextStyled; } }); //# sourceMappingURL=index.js.map