UNPKG

@excalidraw/excalidraw

Version:
9 lines (8 loc) 273 B
/// <reference types="react" /> import "./ToolIcon.scss"; export declare type Appearence = "light" | "dark"; export declare const DarkModeToggle: (props: { value: Appearence; onChange: (value: Appearence) => void; title?: string | undefined; }) => JSX.Element;