UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

13 lines 291 B
import type { TimeMs } from './geometry'; /** * @public * * Pre-existing animation config to be refactored using new animation config */ export interface LegacyAnimationConfig { /** @alpha */ animation: { duration: TimeMs; }; } //# sourceMappingURL=animation.d.ts.map