UNPKG

@react-financial-charts/tooltip

Version:
9 lines (8 loc) 246 B
import * as React from "react"; export declare class ToolTipTSpanLabel extends React.PureComponent<React.SVGProps<SVGTSpanElement>> { static defaultProps: { className: string; fill: string; }; render(): JSX.Element; }