UNPKG

@mui/x-data-grid

Version:

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

10 lines (9 loc) 341 B
import * as React from 'react'; import { GridPanelWrapperProps } from './GridPanelWrapper'; export interface GridColumnsPanelProps extends GridPanelWrapperProps { } declare function GridColumnsPanel(props: GridColumnsPanelProps): React.JSX.Element; declare namespace GridColumnsPanel { var propTypes: any; } export { GridColumnsPanel };