UNPKG

@marcosnbj/excalidraw

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