UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the MUI X Data Grid components.

5 lines 274 B
import type { DataGridPropsWithDefaultValues } from "../models/props/DataGridProps.js"; /** * The default values of `DataGridPropsWithDefaultValues` to inject in the props of DataGrid. */ export declare const DATA_GRID_PROPS_DEFAULT_VALUES: DataGridPropsWithDefaultValues;