export interface CanvasTextAreaProps { x: number; y: number; width: number; height: number; leftBoundary: number; rightBoundary: number; }