diff --git a/src/components/atoms/canvas.tsx b/src/components/atoms/canvas.tsx index 729e10a0..b0a65fba 100644 --- a/src/components/atoms/canvas.tsx +++ b/src/components/atoms/canvas.tsx @@ -8,7 +8,9 @@ import { Box, Button, Typography } from '@mui/material'; interface CreateRefCallback { (ref: React.RefObject): void; } - +/** + * Interface for mouse's x,y coordinates + */ interface CanvasProps { width: number; height: number;