Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#33152 from n1ru4l/patch-1
Browse files Browse the repository at this point in the history
fix(react-native): add missing properties to type Rationale
  • Loading branch information
alloy authored Feb 18, 2019
2 parents 8a8fe2b + 7be1cda commit 72a3259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/react-native/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7662,6 +7662,9 @@ export interface PanResponderStatic {
export interface Rationale {
title: string;
message: string;
buttonPositive: string;
buttonNegative?: string;
buttonNeutral?: string;
}

export type Permission =
Expand Down

0 comments on commit 72a3259

Please sign in to comment.