UNPKG

@marcosnbj/excalidraw

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