UNPKG

react-financial-charts

Version:
12 lines (11 loc) 321 B
import * as React from "react"; interface ToolTipTSpanLabelProps extends React.SVGProps<SVGTSpanElement> { } export declare class ToolTipTSpanLabel extends React.Component<ToolTipTSpanLabelProps> { static defaultProps: { className: string; fill: string; }; render(): JSX.Element; } export {};