Skip to content

Commit

Permalink
fix: change Props theme type (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
GR34SE authored May 8, 2020
1 parent 6f17179 commit 654f761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type Props = {
theme: object;
theme: object | any;
};

export type Orientation = 'portrait' | 'landscape';
Expand Down

0 comments on commit 654f761

Please sign in to comment.