From 9861f06dbbdde24f019d026adbaa707a96459f6f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 23 Jul 2024 20:07:45 +0530 Subject: [PATCH] chore: docs --- src/components/atoms/canvas.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;