Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie authored Oct 29, 2019
2 parents 13865f3 + 3a813e8 commit 64981ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-elements",
"version": "1.2.6",
"version": "1.2.7",
"description": "React Native Elements & UI Toolkit",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2070,4 +2070,4 @@ export const ThemeContext: React.Context<ThemeProps<{}>>;

export function withTheme<P = {}, T = {}>(
component: React.ComponentType<P & ThemeProps<T>>
): React.ComponentClass<P>;
): React.ComponentClass<Omit<P, keyof ThemeProps<T>>>;

0 comments on commit 64981ae

Please sign in to comment.