UNPKG

@olo/pay-react-native

Version:
9 lines (8 loc) 342 B
import type { CardField } from '../definitions'; export interface PaymentCardDetailsViewNativeMethods { focus(ref: any, field: CardField): void; blur(ref: any): void; clear(ref: any): void; createPaymentMethod(ref: any): void; } export default function usePaymentCardDetailsViewManager(): PaymentCardDetailsViewNativeMethods;