rc-tween-one
Version:
tween-one anim component for react
13 lines (12 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/* eslint-disable func-names */
var Plugins = function Plugins() {};
var p = Plugins.prototype;
p.push = function (plugin) {
this[plugin.prototype.name] = plugin;
};
exports["default"] = new Plugins();
module.exports = exports['default'];