tatuka-components
Version:
this is a readme text
11 lines • 669 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TatukaBackground = exports.TatukaButton = exports.TextAnimation = void 0;
var tslib_1 = require("tslib");
var TextAnimation_1 = tslib_1.__importDefault(require("./components/textAnimation/TextAnimation"));
exports.TextAnimation = TextAnimation_1.default;
var TatukaButton_1 = tslib_1.__importDefault(require("./components/button/TatukaButton"));
exports.TatukaButton = TatukaButton_1.default;
var TatukaBackground_1 = tslib_1.__importDefault(require("./components/background/TatukaBackground"));
exports.TatukaBackground = TatukaBackground_1.default;
//# sourceMappingURL=index.js.map