UNPKG

@excalidraw/math

Version:

Excalidraw math functions

8 lines (7 loc) 264 B
import type { Theme } from "@excalidraw/element/types"; import "./ToolIcon.scss"; export declare const DarkModeToggle: (props: { value: Theme; onChange: (value: Theme) => void; title?: string | undefined; }) => import("react/jsx-runtime").JSX.Element;