UNPKG

emv

Version:

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

10 lines 358 B
import React from 'react'; interface PinResultScreenProps { success: boolean; message: string; attemptsLeft: number | undefined; onContinue: () => void; } export declare function PinResultScreen({ success, message, attemptsLeft, onContinue, }: PinResultScreenProps): React.JSX.Element; export {}; //# sourceMappingURL=PinResultScreen.d.ts.map