UNPKG

@excalidraw/math

Version:

Excalidraw math functions

10 lines (9 loc) 428 B
import type { 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; }) => import("react/jsx-runtime").JSX.Element;