some fixes

This commit is contained in:
Anton Lavrenov
2020-08-12 14:15:57 -05:00
parent 2eb1043e98
commit cc7c6edd1f
3 changed files with 31 additions and 33 deletions

View File

@@ -93,6 +93,7 @@ declare namespace Konva {
export const Tween: typeof import('./Tween').Tween;
export type Tween = import('./Tween').Tween;
export type TweenConfig = import('./Tween').TweenConfig;
export const Easings: typeof import('./Tween').Easings;
export const Arc: typeof import('./shapes/Arc').Arc;