UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

7 lines (6 loc) 170 B
import type { EasingType } from '@visactor/vrender-core'; export declare const DefaultAxisAnimation: { type: string; duration: number; easing: EasingType; };