UNPKG

@mui/x-data-grid

Version:

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

4 lines 269 B
import { GridPanelWrapperProps } from "./GridPanelWrapper.js"; export interface GridColumnsPanelProps extends GridPanelWrapperProps {} declare function GridColumnsPanel(props: GridColumnsPanelProps): import("react/jsx-runtime").JSX.Element; export { GridColumnsPanel };