UNPKG

@marcosnbj/excalidraw

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