Optionaloptions: { date?: any; onChange?: (change: any) => void }The options for the TimePicker.
Optionaldate?: anyThe initial date and time to display in the TimePicker.
OptionalonChange?: (change: any) => voidThe callback function triggered when the selected time changes.
The TimePicker component.
A TimePicker component that allows users to select a time.