A TimePicker component that allows users to select a time.

  • Parameters

    • Optionaloptions: { date?: any; onChange?: (change: any) => void }

      The options for the TimePicker.

      • Optionaldate?: any

        The initial date and time to display in the TimePicker.

      • OptionalonChange?: (change: any) => void

        The callback function triggered when the selected time changes.

    Returns Element

    The TimePicker component.