@mui/x-data-grid-pro
Version:
The Pro plan edition of the Data Grid components (MUI X).
8 lines • 320 B
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
import { GridPushPinRightIcon, GridPushPinLeftIcon } from './icons';
const iconSlots = {
columnMenuPinRightIcon: GridPushPinRightIcon,
columnMenuPinLeftIcon: GridPushPinLeftIcon
};
const materialSlots = _extends({}, iconSlots);
export default materialSlots;