@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
7 lines • 541 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.useThemeInformation = exports.ThemeInformationProvider = void 0;
var themeInformation_1 = require("./themeInformation");
Object.defineProperty(exports, "ThemeInformationProvider", { enumerable: true, get: function () { return themeInformation_1.ThemeInformationProvider; } });
Object.defineProperty(exports, "useThemeInformation", { enumerable: true, get: function () { return themeInformation_1.useThemeInformation; } });
//# sourceMappingURL=index.js.map