UNPKG

@mui/x-data-grid

Version:

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

4 lines 263 B
import type { GridPanelWrapperProps } from "./GridPanelWrapper.mjs"; export interface GridColumnsPanelProps extends GridPanelWrapperProps {} declare function GridColumnsPanel(props: GridColumnsPanelProps): import("react").JSX.Element; export { GridColumnsPanel };