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

Commit db84728

Browse files
billdwhitesofiacteixeira
authored andcommitted
fix: add mobileBreakpoint type
fix: add mobileBreakpoint type
1 parent ff26681 commit db84728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ interface ResponsiveProviderProps {
4747
breakpoints?: Breakpoints,
4848
breakpointsMax?: Breakpoints,
4949
mediaQueries?: MediaQueries,
50+
mobileBreakpoint?: BreakpointNames,
5051
}
5152

5253
interface WithResponsiveProps {

0 commit comments

Comments
 (0)