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

7 lines
124 B
TypeScript

export interface GridMenuParams {
/**
* The element that opens the menu.
*/
target: HTMLElement | null;
}