UNPKG

react-native-credit-cards

Version:

A customizable credit card form component for React Native with card flip animation and validation

3 lines (2 loc) 296 B
import { Props } from './props'; export declare const CreditCard: ({ cardNumber, cardHolderName, expiry, cvc, isBackVisible, cardType, customTheme, customCardThemes, labels, placeholders, flipAnimation, useCustomFlipCard, autoDetectCardType, }: Props) => import("react/jsx-runtime").JSX.Element;