import type { TableCellProps } from '@mui/material'; /** Renders a custom table cell from MUI {@link TableCellProps}. */ export type TableCellRenderer = (props: TableCellProps) => React.ReactNode; //# sourceMappingURL=index.d.ts.map