UNPKG

@marcosnbj/excalidraw

Version:
10 lines (9 loc) 395 B
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;