UNPKG

emv

Version:

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

8 lines 269 B
import React from 'react'; interface StatusBarProps { message: string; type?: 'info' | 'success' | 'warning' | 'error'; } export declare function StatusBar({ message, type }: StatusBarProps): React.JSX.Element; export {}; //# sourceMappingURL=StatusBar.d.ts.map