UNPKG

emv

Version:

EMV / Chip and PIN CLI and library for PC/SC card readers

10 lines 248 B
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