UNPKG

recharts

Version:
4 lines (3 loc) 163 B
import { CSSProperties } from 'react'; import { Size } from './types'; export declare const getStringSize: (text: string | number, style?: CSSProperties) => Size;