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

6 lines
158 B
TypeScript

import * as React from 'react';
/**
* The ref type of the inner grid root container.
*/
export type GridRootContainerRef = React.RefObject<HTMLDivElement>;