We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a407cd + 90a07e1 commit 42b334dCopy full SHA for 42b334d
1 file changed
index.d.ts
@@ -106,7 +106,7 @@ declare class Picker extends React.Component<PickerSelectProps> {
106
export default Picker;
107
108
type PickerStateProviderProps = {
109
- readonly children: React.ReactChild;
+ readonly children: React.ReactNode;
110
};
111
112
export const PickerStateProvider: React.ComponentType<PickerStateProviderProps>;
0 commit comments