folk-canvas/lib/common/types.ts

2 lines
46 B
TypeScript

export type Point = { x: number; y: number };