UNPKG

@mui/x-data-grid

Version:

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

6 lines (5 loc) 171 B
export interface GridInfiniteLoaderPrivateApi { getInfiniteLoadingTriggerElement?: ({ lastRowId, }: { lastRowId: string | number; }) => React.ReactNode; }