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
/
screens
/
WaitingScreen.d.ts
7 lines
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
interface
WaitingScreenProps
{
readerName
:
string
; }
export
declare
function
WaitingScreen
(
{ readerName }:
WaitingScreenProps
):
React
.
JSX
.
Element
;
export
{};
//# sourceMappingURL=WaitingScreen.d.ts.map