@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
5 lines • 397 B
TypeScript
import { GridStateCommunity } from "../../../models/gridStateCommunity.js";
export declare const gridRowReorderStateSelector: import("@mui/x-data-grid").OutputSelector<GridStateCommunity, unknown, import("./gridRowReorderInterfaces.js").GridRowReorderState>;
export declare const gridIsRowDragActiveSelector: (args_0: import("react").RefObject<{
state: GridStateCommunity;
} | null>) => boolean;