UNPKG

emv

Version:

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

11 lines 392 B
import React from 'react'; import type { AppInfo } from '../types.js'; interface SelectedAppScreenProps { app: AppInfo; onVerifyPin: () => void; onExplore: () => void; onBack: () => void; } export declare function SelectedAppScreen({ app, onVerifyPin, onExplore, onBack, }: SelectedAppScreenProps): React.JSX.Element; export {}; //# sourceMappingURL=SelectedAppScreen.d.ts.map