@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
4 lines (3 loc) • 457 B
TypeScript
import { GridPinnedColumnPosition } from '../hooks/features/columns/gridColumnsInterfaces';
export declare const shouldCellShowRightBorder: (pinnedPosition: GridPinnedColumnPosition | undefined, indexInSection: number, sectionLength: number, showCellVerticalBorderRootProp: boolean, gridHasFiller: boolean) => boolean;
export declare const shouldCellShowLeftBorder: (pinnedPosition: GridPinnedColumnPosition | undefined, indexInSection: number) => boolean;