UNPKG

@mui/x-data-grid

Version:

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

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