export const enum MenuPositionEnum {
  AUTO = "auto",
  TOP = "top",
  BOTTOM = "bottom",
}
