UNPKG

@mui/x-charts

Version:

The community edition of the charts components (MUI X).

14 lines (13 loc) 375 B
/** * * @param style React style object * @returns CSS styling string */ export declare const getStyleString: (style: React.CSSProperties) => string; /** * * @param text The string to estimate * @param style The style applied * @returns width and height of the text */ export declare const getStringSize: (text: string | number, style?: React.CSSProperties) => any;