UNPKG

@zsviczian/excalidraw

Version:
13 lines (12 loc) 452 B
import type { ActionManager } from "../../actions/manager"; import type { UIAppState } from "../../types"; declare const Footer: { ({ appState, actionManager, showExitZenModeBtn, renderWelcomeScreen, }: { appState: UIAppState; actionManager: ActionManager; showExitZenModeBtn: boolean; renderWelcomeScreen: boolean; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Footer;