mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
fix(react-native): add missing properties to type Rationale
Add missing types as documented here: https://facebook.github.io/react-native/docs/permissionsandroid
This commit is contained in:
3
types/react-native/index.d.ts
vendored
3
types/react-native/index.d.ts
vendored
@@ -7662,6 +7662,9 @@ export interface PanResponderStatic {
|
||||
export interface Rationale {
|
||||
title: string;
|
||||
message: string;
|
||||
buttonPositive: string;
|
||||
buttonNegative?: string;
|
||||
buttonNeutral?: string;
|
||||
}
|
||||
|
||||
export type Permission =
|
||||
|
||||
Reference in New Issue
Block a user