Appearance
destillationapp-frontend v0.1.0
destillationapp-frontend / types/events / BaseInputDatePickerEvents
Interface: BaseInputDatePickerEvents()
Defined in: types/events.ts:78
Events emitted by the base input date picker.
BaseInputDatePickerEvents(
e
,value
,id?
):void
Defined in: types/events.ts:79
Events emitted by the base input date picker.
Parameters
e
"date:value"
Update the date value.
value
string
The new date value.
id?
string
Optional identifier.
Returns
void