UNPKG

@mui/x-charts

Version:

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

5 lines 147 B
import { useTheme } from '@mui/material/styles'; export const useIsRTL = () => { const theme = useTheme(); return theme.direction === 'rtl'; };