UNPKG

@mui/x-data-grid

Version:

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

9 lines 247 B
/** * Signal to the underlying logic what version of the public component API * of the Data Grid is exposed. */ export declare enum GridSignature { DataGrid = "DataGrid", DataGridPro = "DataGridPro", DataGridPremium = "DataGridPremium", }