Skip to content

Commit

Permalink
TS definition: fix missing other breakpoints in media
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicMahieu committed Feb 6, 2020
1 parent 43b4140 commit 5cdaccb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Expand Up @@ -91,6 +91,9 @@ declare module "react-styled-flexboxgrid" {
export const config: (props: any) => {
media: {
xs: ThemedCssFunction<DefaultTheme>;
sm: ThemedCssFunction<DefaultTheme>;
md: ThemedCssFunction<DefaultTheme>;
lg: ThemedCssFunction<DefaultTheme>;
};
};
}

0 comments on commit 5cdaccb

Please sign in to comment.