UNPKG

@marcosnbj/excalidraw

Version:
6 lines (5 loc) 201 B
import { ExcalidrawImperativeAPI } from "../../../types"; declare const CustomFooter: ({ excalidrawAPI, }: { excalidrawAPI: ExcalidrawImperativeAPI; }) => JSX.Element; export default CustomFooter;