stupa-pdf-api/frontend/node_modules/@mui/x-data-grid/components/columnSelection/GridCellCheckboxRenderer.d.ts

6 lines
540 B
TypeScript

import * as React from 'react';
import type { GridRenderCellParams } from '../../models/params/gridCellParams';
declare const GridCellCheckboxForwardRef: React.ForwardRefExoticComponent<GridRenderCellParams<any, any, any, import("../..").GridTreeNodeWithRender> & React.RefAttributes<HTMLInputElement>>;
export { GridCellCheckboxForwardRef };
export declare const GridCellCheckboxRenderer: React.ForwardRefExoticComponent<GridRenderCellParams<any, any, any, import("../..").GridTreeNodeWithRender> & React.RefAttributes<HTMLInputElement>>;