export const MICRO_DELAY = 3;

export const DEFAULT_DELAY = 35;

export enum Reason {
  BY_KEYBOARD,
  BY_ACTION,
  BY_STOP,
}
