mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #24386 from svbutko/patch-1
Added tintColor into React-Native's ActionSheetIOSOptions
This commit is contained in:
Vendored
+1
@@ -6125,6 +6125,7 @@ export interface ActionSheetIOSOptions {
|
||||
cancelButtonIndex?: number;
|
||||
destructiveButtonIndex?: number;
|
||||
message?: string;
|
||||
tintColor?: string;
|
||||
}
|
||||
|
||||
export interface ShareActionSheetIOSOptions {
|
||||
|
||||
Reference in New Issue
Block a user