UNPKG

@brizy/ui

Version:
9 lines (8 loc) 216 B
import { FCC } from "../types"; export interface Props { value: boolean; onChange: (v: boolean) => void; className?: string; theme?: "dark" | "light"; } export declare const LegacySwitch: FCC<Props>;