UNPKG

@mui/x-data-grid

Version:

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

8 lines (7 loc) 261 B
import * as React from 'react'; interface ScrollAreaProps { scrollDirection: 'left' | 'right'; } declare function GridScrollAreaRaw(props: ScrollAreaProps): React.JSX.Element | null; export declare const GridScrollArea: typeof GridScrollAreaRaw; export {};