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
/
Footer.d.ts
10 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
'react'
;
interface
FooterProps
{
hints
: {
keys
:
string
;
description
:
string
; }[]; }
export
declare
function
Footer
(
{ hints }:
FooterProps
):
React
.
JSX
.
Element
;
export
{};
//# sourceMappingURL=Footer.d.ts.map