import type { ExcalidrawImperativeAPI } from "../types"; const { Button, MIME_TYPES } = window.ExcalidrawLib; const COMMENT_SVG = ( ); const CustomFooter = ({ excalidrawAPI, }: { excalidrawAPI: ExcalidrawImperativeAPI; }) => { return ( <> ); }; export default CustomFooter;