@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering
12 lines • 968 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyframeEffect = exports.AnimationManager = exports.AnimationPlaybackEvent = exports.Animation = void 0;
var animation_1 = require("./animation");
Object.defineProperty(exports, "Animation", { enumerable: true, get: function () { return animation_1.Animation; } });
var animationEvent_1 = require("./animationEvent");
Object.defineProperty(exports, "AnimationPlaybackEvent", { enumerable: true, get: function () { return animationEvent_1.AnimationPlaybackEvent; } });
var animationManager_1 = require("./animationManager");
Object.defineProperty(exports, "AnimationManager", { enumerable: true, get: function () { return animationManager_1.AnimationManager; } });
var keyframeEffect_1 = require("./keyframeEffect");
Object.defineProperty(exports, "KeyframeEffect", { enumerable: true, get: function () { return keyframeEffect_1.KeyframeEffect; } });
//# sourceMappingURL=index.js.map