UNPKG

@mui/x-data-grid

Version:

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

10 lines 487 B
import type { GridBaseIconProps } from "../models/gridSlotsComponentsProps.js"; import type { GridSortDirection } from "../models/gridSortModel.js"; export interface GridColumnUnsortedIconProps extends GridBaseIconProps { sortingOrder: GridSortDirection[]; } declare function GridColumnUnsortedIcon(props: GridColumnUnsortedIconProps): import("react/jsx-runtime").JSX.Element | null; declare namespace GridColumnUnsortedIcon { var propTypes: any; } export { GridColumnUnsortedIcon };