@mui/x-data-grid
Version:
The community edition of the data grid component (MUI X).
10 lines (9 loc) • 322 B
TypeScript
import { GridRenderContext } from '../params/gridScrollParams';
export interface GridVirtualScrollerApi {
/**
* Get the current grid rendering context.
* @returns {GridRenderContext} The `GridRenderContext`.
* @ignore - do not document.
*/
unstable_getRenderContext: () => GridRenderContext;
}