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
/
input.d.ts
4 lines
(3 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
"react"
;
declare
const
Input
:
React
.
ForwardRefExoticComponent
<
Omit
<
React
.
DetailedHTMLProps
<
React
.
InputHTMLAttributes
<
HTMLInputElement
>,
HTMLInputElement
>,
"ref"
> &
React
.
RefAttributes
<
HTMLInputElement
>>;
export
{
Input
};