emv
Version:
EMV / Chip and PIN CLI and library for PC/SC card readers
13 lines • 425 B
TypeScript
import React from 'react';
import type { AppInfo } from '../types.js';
interface AppsScreenProps {
apps: AppInfo[];
readerName: string;
atr: string;
onSelect: (app: AppInfo) => void;
onBack: () => void;
loading: boolean;
}
export declare function AppsScreen({ apps, readerName, atr, onSelect, onBack, loading, }: AppsScreenProps): React.JSX.Element;
export {};
//# sourceMappingURL=AppsScreen.d.ts.map