UNPKG

emv

Version:

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

7 lines 230 B
import React from 'react'; interface LoadingSpinnerProps { message: string; } export declare function LoadingSpinner({ message }: LoadingSpinnerProps): React.JSX.Element; export {}; //# sourceMappingURL=LoadingSpinner.d.ts.map