@excalidraw/excalidraw
Version:
Excalidraw as a React component
8 lines (7 loc) • 331 B
TypeScript
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;