Skip to content

Commit

Permalink
Change Value type to support react-native number props (styled-compon…
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano Rafael authored and MicheleBertoli committed Sep 10, 2018
1 parent d206b1b commit d89cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ interface AsymmetricMatcher {
sample?: string | RegExp | object | Array<any> | Function;
}

type Value = string | RegExp | AsymmetricMatcher | undefined
type Value = string | number | RegExp | AsymmetricMatcher | undefined

interface Options {
media?: string;
Expand Down

0 comments on commit d89cbb3

Please sign in to comment.