Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
fix: add mobileBreakpoint type
Browse files Browse the repository at this point in the history
fix: add mobileBreakpoint type
  • Loading branch information
billdwhite authored and sofiacteixeira committed Jun 17, 2021
1 parent ff26681 commit db84728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ interface ResponsiveProviderProps {
breakpoints?: Breakpoints,
breakpointsMax?: Breakpoints,
mediaQueries?: MediaQueries,
mobileBreakpoint?: BreakpointNames,
}

interface WithResponsiveProps {
Expand Down

0 comments on commit db84728

Please sign in to comment.