Type alias: DayKeyboardEventHandler
Ƭ DayKeyboardEventHandler: (day
: Date
, activeModifiers
: ActiveModifiers
, e
: React.KeyboardEvent
) => void
Type declaration
▸ (day
, activeModifiers
, e
): void
The event handler when a day gets a keyboard event.
Parameters
Name | Type |
---|---|
day | Date |
activeModifiers | ActiveModifiers |
e | React.KeyboardEvent |
Returns
void