UNPKG

krypton-vite-demo

Version:
4 lines (3 loc) 240 B
import { SwitchProps } from "./types"; declare const Switch: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<SwitchProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>>; export default Switch;