Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKalghatgi authored Mar 6, 2019
1 parent bc9e296 commit e118293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ declare module "native-base" {
* Defines button text style
*/
textStyle?: RnTextStyleProp;
onPress?: () => void;
/**
* Block level button
*/
Expand Down Expand Up @@ -377,6 +378,7 @@ declare module "native-base" {
cardBody?: boolean;
button?: boolean;
bordered?: boolean;
onPress?: () => void;
}
/**
* Override React ListViewProps
Expand Down

0 comments on commit e118293

Please sign in to comment.