UNPKG

@mui/x-data-grid

Version:

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

9 lines 162 B
/** * The row reorder state. */ export interface GridRowReorderState { /** * Whether a row drag operation is currently active. */ isActive: boolean; }