export type KeyboardEventResult = {
  preventDefault: boolean;
  payload: any;
};
