UNPKG

@mui/x-data-grid

Version:

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

13 lines 285 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 };