export interface ItemKeyboardEvent {
  keyboardEvent: KeyboardEvent;
}
