Skip to content

Commit

Permalink
[typescript] Fix Typescript definitions for BreakpointsOptions (#8285)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterprice authored and oliviertassinari committed Sep 20, 2017
1 parent 35989a9 commit 506e495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/createBreakpoints.d.ts
Expand Up @@ -3,7 +3,7 @@ export type BreakpointMap = { [key in Breakpoint]: number };
export const keys: Breakpoint[];

export interface BreakpointsOptions {
breakpoints: BreakpointMap;
breakpointsMap: BreakpointMap;
unit: string;
step: number;
}
Expand Down

0 comments on commit 506e495

Please sign in to comment.