function TimeInputWithShowPickerProto()

in packages/palette-mantine-dates/palette.tsx [584:585]


function TimeInputWithShowPickerProto() {
  const ref = useRef<HTMLInputElement & { showPicker: () => void }>(null);