UNPKG

@visx/react-spring

Version:

visx primitives that rely on react-spring for animation

7 lines 533 B
/// <reference types="react" /> import { TicksRendererProps, AxisScale } from '@visx/axis/lib/types'; import { AnimationTrajectory } from '../types'; export default function AnimatedTicks<Scale extends AxisScale>({ hideTicks, horizontal, orientation, scale, tickClassName, tickComponent, tickLabelProps: allTickLabelProps, tickStroke, tickTransform, ticks, tickLineProps, animationTrajectory, }: TicksRendererProps<Scale> & { animationTrajectory?: AnimationTrajectory; }): JSX.Element; //# sourceMappingURL=AnimatedTicks.d.ts.map