UNPKG

@mui/x-data-grid

Version:

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

5 lines 279 B
import * as React from 'react'; import { GridPanelWrapperProps } from "./GridPanelWrapper.js"; export interface GridColumnsPanelProps extends GridPanelWrapperProps {} declare function GridColumnsPanel(props: GridColumnsPanelProps): React.JSX.Element; export { GridColumnsPanel };