Skip to content

Commit

Permalink
[DataGrid] Export GridColumnUnsortedIconProps Interface for custom slots
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishDhama committed Dec 20, 2023
1 parent 8f67e35 commit 7b56dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as React from 'react';
import { useGridRootProps } from '../../hooks/utils/useGridRootProps';
import { GridSortDirection } from '../../models/gridSortModel';

interface GridColumnUnsortedIconProps extends SvgIconProps {
export interface GridColumnUnsortedIconProps extends SvgIconProps {
sortingOrder: GridSortDirection[];
}

Expand Down

0 comments on commit 7b56dc0

Please sign in to comment.