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