UNPKG

@excalidraw/excalidraw

Version:
8 lines (7 loc) 331 B
import type { ExcalidrawProps, UIAppState } from "../types"; declare const LibraryMenuBrowseButton: ({ theme, id, libraryReturnUrl, }: { libraryReturnUrl: ExcalidrawProps["libraryReturnUrl"]; theme: UIAppState["theme"]; id: string; }) => import("react/jsx-runtime").JSX.Element; export default LibraryMenuBrowseButton;