UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

6 lines 191 B
import { createRootSelector } from "../../utils/createSelector.js"; /** * Get the theme state * @category Core */ export const gridIsRtlSelector = createRootSelector(state => state.isRtl);