import { DataGridProps } from '@mui/x-data-grid'; /** * 优化样式后的DataGrid * @date 2023/4/1 - 17:20:14 * * @param {DataGridProps} props * @returns {*} */ export declare const MuiDataGrid: (props: DataGridProps) => JSX.Element; //# sourceMappingURL=mui-datagrid.d.ts.map