/** * 네이버 로고의 정렬 위치입니다. */ export type LogoAlign = 'TopLeft' | 'TopRight' | 'BottomLeft' | 'BottomRight';