UNPKG

@mui/x-data-grid

Version:

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

9 lines (8 loc) 287 B
import * as React from 'react'; declare function GridScrollbarFillerCell({ header, borderTop, borderBottom, pinnedRight, }: { header?: boolean; borderTop?: boolean; borderBottom?: boolean; pinnedRight?: boolean; }): React.JSX.Element; export { GridScrollbarFillerCell };