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
/
progress.d.ts
5 lines
(4 loc)
•
295 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
"react"
;
import
*
as
ProgressPrimitive
from
"@radix-ui/react-progress"
;
declare
const
Progress
:
React
.
ForwardRefExoticComponent
<
Omit
<
ProgressPrimitive
.
ProgressProps
&
React
.
RefAttributes
<
HTMLDivElement
>,
"ref"
> &
React
.
RefAttributes
<
HTMLDivElement
>>;
export
{
Progress
};