diff --git a/types/react-native-dialog/index.d.ts b/types/react-native-dialog/index.d.ts index 67be5ac9f5..7b7aa7154f 100644 --- a/types/react-native-dialog/index.d.ts +++ b/types/react-native-dialog/index.d.ts @@ -61,7 +61,7 @@ interface DescriptionProps { children: string; } -type reactNativeModalContainerProps = Pick>; +type reactNativeModalContainerProps = Partial>>; export namespace Dialog { class Button extends PureComponent<