Skip to content

Commit 6602d22

Browse files
committed
fix: import EasingType as type
1 parent 3a24b29 commit 6602d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vchart/src/animation/callback-disappear.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AStageAnimate } from '@visactor/vrender-animate/custom/custom-animate';
2-
import { EasingType } from '@visactor/vrender-core';
2+
import type { EasingType } from '@visactor/vrender-core';
33

44
/**
55
* 特效动画基类,提取公共的WebGL和Canvas 2D操作

0 commit comments

Comments
 (0)