3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
|
import type { PicAlign } from "./PicAlign";
|
||
|
|
||
|
export type DrawingPosition = { offset: number } | { align: PicAlign };
|