Skip to content

Commit

Permalink
Update index.d.ts (#150)
Browse files Browse the repository at this point in the history
Add missing Configuration type field
  • Loading branch information
nicotroia authored Jun 24, 2020
1 parent 15bffd1 commit 6f73e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ declare module 'react-grid-system' {
containerWidths?: Array<number>,
gutterWidth?: number,
gridColumns?: number,
defaultScreenClass?: ScreenClass
defaultScreenClass?: ScreenClass,
maxScreenClass?: ScreenClass
}

type ScreenClassProviderProps = {
Expand Down

0 comments on commit 6f73e9d

Please sign in to comment.