Appearance
stadium / Exports / Point
2차원 좌표계의 점을 나타내는 인터페이스
const point: Point = { left: 0, top: 0, };
Position
• left: number
number
x 좌표
lib/type.ts:16
• top: number
y 좌표
lib/type.ts:20