UNPKG

tatuka-components

Version:
15 lines 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.textAnimationDefaultProps = void 0; // Text Animation Component exports.textAnimationDefaultProps = { symbolAnimationTime: 0.7, speed: 50, style: 'domino', reverse: false, fontSize: 20, spacingWords: 15, colors: ['white'], mirror: false, }; //# sourceMappingURL=component-types.js.map