import { makeStyles } from 'tss-react/mui'; export const useBarChartStyles = makeStyles()({ tooltipChildren: { height: '100%', width: '100%' } });