@visx/xychart
Version:
Composable cartesian coordinate chart built with visx primitives
6 lines • 397 B
TypeScript
/// <reference types="react" />
import { ConnectorProps as BaseConnectorProps } from '@visx/annotation/lib/components/Connector';
export declare type AnnotationConnectorProps = BaseConnectorProps;
/** AnnotationConnector which provides color from theme. */
export default function AnnotationConnector(props: AnnotationConnectorProps): JSX.Element;
//# sourceMappingURL=AnnotationConnector.d.ts.map