UNPKG

emv

Version:

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

11 lines 389 B
import React from 'react'; import type { EmvApplication } from '../../emv-application.js'; import type { AppInfo } from '../types.js'; interface ExploreScreenProps { emv: EmvApplication; app: AppInfo; onBack: () => void; } export declare function ExploreScreen({ emv, app, onBack }: ExploreScreenProps): React.JSX.Element; export {}; //# sourceMappingURL=ExploreScreen.d.ts.map