PopupWindowAttributes type

用于设置弹出窗口维度和位置的弹出窗口配置

type PopupWindowAttributes = {
  popupPosition?: PopupPosition
  popupSize?: PopupSize
}