UNPKG

@olo/pay-react-native

Version:
8 lines (7 loc) 264 B
export interface PaymentCardCvvViewNativeMethods { blur(ref: any): void; clear(ref: any): void; createCvvUpdateToken(ref: any): void; focus(ref: any): void; } export default function usePaymentCardCvvViewManager(): PaymentCardCvvViewNativeMethods;