@visx/xychart
Version:
Composable cartesian coordinate chart built with visx primitives
6 lines • 367 B
TypeScript
/// <reference types="react" />
import { LabelProps as BaseLabelProps } from '@visx/annotation/lib/components/Label';
export declare type AnnotationLabelProps = BaseLabelProps;
/** AnnotationLabel which provides text styles from theme. */
export default function AnnotationLabel(props: AnnotationLabelProps): JSX.Element;
//# sourceMappingURL=AnnotationLabel.d.ts.map