UNPKG

boxpay-checkout-reactnative-sdk

Version:
7 lines 242 B
import React from 'react'; interface CvvInfoBottomSheetProps { onClick: () => void; } declare const CvvInfoBottomSheet: React.FC<CvvInfoBottomSheetProps>; export default CvvInfoBottomSheet; //# sourceMappingURL=cvvInfoBottomSheet.d.ts.map