UNPKG
emv
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
EMV / Chip and PIN CLI and library for PC/SC card readers
github.com/tomkp/emv
tomkp/emv
emv
/
dist
/
interactive
/
components
/
LoadingSpinner.d.ts
7 lines
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
interface
LoadingSpinnerProps
{
message
:
string
; }
export
declare
function
LoadingSpinner
(
{ message }:
LoadingSpinnerProps
):
React
.
JSX
.
Element
;
export
{};
//# sourceMappingURL=LoadingSpinner.d.ts.map