UNPKG
@enclavemoney/enclave-wallet-playground
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A simple playground for enclave wallet SDK
@enclavemoney/enclave-wallet-playground
/
dist
/
components
/
ui
/
Spinner.d.ts
8 lines
(7 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
;
import
{
ThemeMode
}
from
"../../types/theme"
;
interface
SpinnerProps
{
theme
?:
ThemeMode
; }
declare
const
Spinner
:
React
.
FC
<
SpinnerProps
>;
export
default
Spinner
;