UNPKG

@excalidraw/excalidraw

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