UNPKG

@visx/xychart

Version:

Composable cartesian coordinate chart built with visx primitives

5 lines 394 B
/// <reference types="react" /> import { AxisScale } from '@visx/axis/lib/types'; import { BaseAreaStackProps } from './private/BaseAreaStack'; export default function AnimatedAreaStack<XScale extends AxisScale, YScale extends AxisScale, Datum extends object>(props: Omit<BaseAreaStackProps<XScale, YScale, Datum>, 'PathComponent'>): JSX.Element; //# sourceMappingURL=AnimatedAreaStack.d.ts.map