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
/
src
/
components
/
ui
/
label.d.ts
4 lines
(3 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
"react"
;
declare
const
Label
:
React
.
ForwardRefExoticComponent
<
React
.
LabelHTMLAttributes
<
HTMLLabelElement
> &
React
.
RefAttributes
<
HTMLLabelElement
>>;
export
{
Label
};