UNPKG

@architwankhade/math

Version:
8 lines (7 loc) 268 B
import type { Theme } from "@architwankhade/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;