UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

10 lines (6 loc) 482 B
export { registerAnimate as registerVRenderAnimate, registerCustomAnimate } from "@visactor/vrender-animate"; export { registerStateTransition } from "./state-transition"; export { registerSequentialAnimate } from "./sequential-animate"; export { registerPolygonAnimation, registerRectAnimation, registerArcAnimation, DEFAULT_ANIMATION_CONFIG } from "./config"; export { animationConfig, userAnimationConfig, shouldMarkDoMorph } from "./utils"; //# sourceMappingURL=index.js.map