UNPKG

@zsviczian/excalidraw

Version:
8 lines (7 loc) 271 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;