UNPKG

@mui/x-data-grid

Version:

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

6 lines 223 B
import * as React from 'react'; interface GridScrollShadowsProps { position: 'vertical' | 'horizontal'; } declare function GridScrollShadows(props: GridScrollShadowsProps): React.JSX.Element; export { GridScrollShadows };