mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 09:19:08 +00:00
Merge pull request #19658 from anta-semenov/patch-1
@types/react-native fix type of options argument for ShareActionSheetIOSOptions interface
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -6559,7 +6559,7 @@ export type ShareContent = {
|
||||
|
||||
export type ShareOptions = {
|
||||
dialogTitle?: string
|
||||
excludeActivityTypes?: Array<string>
|
||||
excludedActivityTypes?: Array<string>
|
||||
tintColor?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user