Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typescript] Update BreakpointsOptions in createBreakpoints #8374

Merged
merged 2 commits into from Sep 25, 2017
Merged

[typescript] Update BreakpointsOptions in createBreakpoints #8374

merged 2 commits into from Sep 25, 2017

Conversation

peterprice
Copy link
Contributor

Match recent change to API

@@ -3,7 +3,7 @@ export type BreakpointMap = { [key in Breakpoint]: number };
export const keys: Breakpoint[];

export interface BreakpointsOptions {
breakpointsMap: BreakpointMap;
values: BreakpointMap;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rename the BreakpointMap too?

@peterprice
Copy link
Contributor Author

@oliviertassinari Ok yes, that might make it easier to understand. PR updated.

@oliviertassinari oliviertassinari merged commit 438dd7f into mui:v1-beta Sep 25, 2017
@oliviertassinari
Copy link
Member

@peterprice Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants