@marcosnbj/excalidraw
Version:
Excalidraw as a React component
10 lines (9 loc) • 395 B
TypeScript
import { ExcalidrawProps, UIAppState } from "../types";
export declare const LibraryMenuControlButtons: ({ libraryReturnUrl, theme, id, style, children, className, }: {
libraryReturnUrl: ExcalidrawProps["libraryReturnUrl"];
theme: UIAppState["theme"];
id: string;
style: React.CSSProperties;
children?: React.ReactNode;
className?: string | undefined;
}) => JSX.Element;