UNPKG

@zohodesk/components

Version:

In this Package, we Provide Some Basic Components to Build Web App

23 lines (19 loc) 699 B
"use strict"; 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 }; }