5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
import { GridRowsInternalCache } from '../hooks/features/rows/gridRowsInterfaces';
|
|
export interface GridApiCaches {
|
|
rows: GridRowsInternalCache;
|
|
}
|