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

4 lines
155 B
TypeScript

import { GridRowId } from './gridRows';
export type GridInputRowSelectionModel = GridRowId[] | GridRowId;
export type GridRowSelectionModel = GridRowId[];