UNPKG

emv

Version:

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

8 lines 239 B
import React from 'react'; interface CardBoxProps { title: string; children: React.ReactNode; } export declare function CardBox({ title, children }: CardBoxProps): React.JSX.Element; export {}; //# sourceMappingURL=CardBox.d.ts.map