UNPKG

captscii

Version:

A simple and powerful Captcha solution for your website

5 lines (4 loc) 291 B
import * as SwitchPrimitives from "@radix-ui/react-switch"; import * as React from "react"; declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>; export { Switch };