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 Apr 25, 2019
1 parent 1ac60c0 commit 4c9923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ declare module "native-base" {
type?: "danger" | "success" | "warning";
duration?: number;
onClose?: (reason: "user" | "timeout" | "functionCall") => any;
Style?: RnViewStyleProp;
style?: RnViewStyleProp;
textStyle?: RnTextStyleProp;
buttonTextStyle?: RnTextStyleProp;
buttonStyle?: RnViewStyleProp;
Expand Down

0 comments on commit 4c9923a

Please sign in to comment.