@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
23 lines (19 loc) • 699 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "VelocityAnimation", {
enumerable: true,
get: function get() {
return _VelocityAnimation["default"];
}
});
Object.defineProperty(exports, "VelocityAnimationGroup", {
enumerable: true,
get: function get() {
return _VelocityAnimationGroup["default"];
}
});
var _VelocityAnimation = _interopRequireDefault(require("./VelocityAnimation/VelocityAnimation"));
var _VelocityAnimationGroup = _interopRequireDefault(require("./VelocityAnimationGroup/VelocityAnimationGroup"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }