UNPKG

@enclavemoney/enclave-wallet-playground

Version:

A simple playground for enclave wallet SDK

8 lines (7 loc) 195 B
import React from "react"; import { ThemeMode } from "../../types/theme"; interface SpinnerProps { theme?: ThemeMode; } declare const Spinner: React.FC<SpinnerProps>; export default Spinner;