Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Jan 3, 2025
1 parent 7f3177a commit d8e855a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/x-data-grid/src/models/gridBaseSlots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export type ButtonProps = {
};

export type IconButtonProps = Omit<ButtonProps, 'startIcon'> & {
color?: 'default' | 'primary';
label?: string;
color?: 'default' | 'inherit' | 'primary';
edge?: 'start' | 'end' | false;
};

Expand Down

0 comments on commit d8e855a

Please sign in to comment.