Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix(models): fix type for user-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jan 21, 2019
1 parent e4794b0 commit 43ad00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/user-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type UserConfig = {
base: string | string[],
lineHeight: number,
ratio: string | number,
[string]: UserConfigBreakpoint,
[string]: ?UserConfigBreakpoint,
};

export const userConfig: UserConfig = {
Expand Down

0 comments on commit 43ad00b

Please sign in to comment.