We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032b592 commit 3280199Copy full SHA for 3280199
1 file changed
react-native-picker-module.d.ts
@@ -18,6 +18,7 @@ export interface ReactNativePickerModuleProps {
18
onDismiss?: () => void;
19
cancelButton?: string;
20
confirmButton?: string;
21
+ deleteButton?: string;
22
}
23
24
export default class ReactNativePickerModule extends React.Component<
0 commit comments