chore: docs

This commit is contained in:
karishmas6
2024-07-23 20:07:45 +05:30
parent 402234000d
commit 9861f06dbb

View File

@@ -8,7 +8,9 @@ import { Box, Button, Typography } from '@mui/material';
interface CreateRefCallback {
(ref: React.RefObject<HTMLCanvasElement>): void;
}
/**
* Interface for mouse's x,y coordinates
*/
interface CanvasProps {
width: number;
height: number;