UNPKG
anti-fraud-system-nevaeh
Version:
latest (1.0.1)
1.0.1
1.0.0
Anti-fraud system SDK for high-value money transfers
anti-fraud-system-nevaeh
/
dist
/
types
/
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
};