UNPKG

@mui/x-data-grid

Version:

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

9 lines 292 B
type Props = { /** The number of rows */ rowsLength: number; }; declare function GridVirtualScrollerFiller({ rowsLength }: Props): import("react/jsx-runtime").JSX.Element | null; declare const Memoized: typeof GridVirtualScrollerFiller; export { Memoized as GridVirtualScrollerFiller };