Skip to content

Commit 90a07e1

Browse files
committed
[TS migration] children type
1 parent 7a407cd commit 90a07e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ declare class Picker extends React.Component<PickerSelectProps> {
106106
export default Picker;
107107

108108
type PickerStateProviderProps = {
109-
readonly children: React.ReactChild;
109+
readonly children: React.ReactNode;
110110
};
111111

112112
export const PickerStateProvider: React.ComponentType<PickerStateProviderProps>;

0 commit comments

Comments
 (0)