@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
3 lines • 422 B
TypeScript
import { PinnedColumnPosition } from "../internals/constants.js";
export declare const shouldCellShowRightBorder: (pinnedPosition: PinnedColumnPosition | undefined, indexInSection: number, sectionLength: number, showCellVerticalBorderRootProp: boolean, gridHasFiller: boolean) => boolean;
export declare const shouldCellShowLeftBorder: (pinnedPosition: PinnedColumnPosition | undefined, indexInSection: number) => boolean;