UNPKG

@mui/x-data-grid

Version:

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

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 };