Appearance
destillationapp-frontend v0.1.0
destillationapp-frontend / types/events / BaseDatePickerEvents
Interface: BaseDatePickerEvents()
Defined in: types/events.ts:67
Events emitted by the base date picker.
BaseDatePickerEvents(
e
,value
):void
Defined in: types/events.ts:68
Events emitted by the base date picker.
Parameters
e
"update:value"
Update the date value.
value
Date
The new date value.
Returns
void