UNPKG

@apoorvdwi/excalidraw-collab

Version:
8 lines (7 loc) 294 B
import { AppState, ExcalidrawProps } from "../types"; declare const LibraryMenuBrowseButton: ({ theme, id, libraryReturnUrl, }: { libraryReturnUrl: ExcalidrawProps["libraryReturnUrl"]; theme: AppState["theme"]; id: string; }) => JSX.Element; export default LibraryMenuBrowseButton;