UNPKG

@visx/xychart

Version:

Composable cartesian coordinate chart built with visx primitives

5 lines 290 B
import React from 'react'; declare function AnimatedPath({ d, stroke, fill, ...lineProps }: Omit<React.SVGProps<SVGPathElement>, 'ref'>): JSX.Element; declare const _default: React.MemoExoticComponent<typeof AnimatedPath>; export default _default; //# sourceMappingURL=AnimatedPath.d.ts.map