(v: any)
| 1063 | |
| 1064 | function DateTimeFormatControl({control, value, onChange}: ControlProps) { |
| 1065 | let clear = (v: any) => (v === 'short' ? undefined : v); |
| 1066 | return ( |
| 1067 | <Picker |
| 1068 | label={control.name} |
no outgoing calls
no test coverage detected