UNPKG

emv

Version:

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

8 lines 250 B
import React from 'react'; interface ErrorScreenProps { message: string; onBack: () => void; } export declare function ErrorScreen({ message, onBack }: ErrorScreenProps): React.JSX.Element; export {}; //# sourceMappingURL=ErrorScreen.d.ts.map