UNPKG

@mui/x-data-grid

Version:

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

7 lines (6 loc) 203 B
/// <reference types="react" /> export interface GridInfiniteLoaderPrivateApi { getInfiniteLoadingTriggerElement?: ({ lastRowId, }: { lastRowId: string | number; }) => React.ReactNode; }