UNPKG

@olo/pay-react-native

Version:
4 lines (3 loc) 270 B
import React from 'react'; import { type PaymentCardCvvViewMethods, type PaymentCardCvvViewProps } from '../definitions'; export declare const PaymentCardCvvView: React.ForwardRefExoticComponent<PaymentCardCvvViewProps & React.RefAttributes<PaymentCardCvvViewMethods>>;