Skip to content

Commit

Permalink
[Grid] Export interface RegularBreakpoints to fix type error (#33751)
Browse files Browse the repository at this point in the history
export interface RegularBreakpoints
  • Loading branch information
ZeeshanTamboli committed Aug 3, 2022
1 parent 4ced48e commit 35072a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Grid/Grid.d.ts
Expand Up @@ -19,7 +19,7 @@ export type GridWrap = 'nowrap' | 'wrap' | 'wrap-reverse';

export type GridSize = 'auto' | number;

interface RegularBreakpoints {
export interface RegularBreakpoints {
/**
* If a number, it sets the number of columns the grid item uses.
* It can't be greater than the total number of columns of the container (12 by default).
Expand Down

0 comments on commit 35072a2

Please sign in to comment.