UNPKG
captscii
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
A simple and powerful Captcha solution for your website
github.com/ArubikU/captscii
ArubikU/captscii
captscii
/
dist
/
components
/
ui
/
switch.d.ts
5 lines
(4 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
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
};