stupa-pdf-api/frontend/node_modules/@mui/x-data-grid/models/gridApiCaches.d.ts

5 lines
151 B
TypeScript

import { GridRowsInternalCache } from '../hooks/features/rows/gridRowsInterfaces';
export interface GridApiCaches {
rows: GridRowsInternalCache;
}