PopupWindowAttributes type

팝업 창의 차원 및 위치를 설정하기 위한 팝업 구성

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