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