@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
4 lines (3 loc) • 321 B
TypeScript
import { GridStateCommunity } from '../../../models/gridStateCommunity';
export declare const gridColumnResizeSelector: (state: GridStateCommunity) => import("./columnResizeState").GridColumnResizeState;
export declare const gridResizingColumnFieldSelector: import("../../..").OutputSelector<GridStateCommunity, string>;