TimePickerChangeEvent
Defines the event arguments for the onChange event of the Timepicker.
Props
The following table outlines the props for the TimePickerChangeEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | React.SyntheticEvent | - | The original browser event that triggered the change. |
| value | Date | null | - | The selected time value. Can be a single |