UNPKG

@react-financial-charts/tooltip

Version:
10 lines (9 loc) 271 B
import * as React from "react"; export declare class ToolTipText extends React.PureComponent<React.SVGProps<SVGTextElement>> { static defaultProps: { className: string; fontFamily: string; fontSize: number; }; render(): JSX.Element; }