Stripe Container Component Props

interface StripeContainerProps {
    children:
        | ReactElement<unknown, string | JSXElementConstructor<any>>
        | ReactElement<unknown, string | JSXElementConstructor<any>>[];
    keyboardShouldPersistTaps?: boolean;
    style?: StyleProp<ViewStyle>;
    testID?: string;
}

Properties

children:
    | ReactElement<unknown, string | JSXElementConstructor<any>>
    | ReactElement<unknown, string | JSXElementConstructor<any>>[]
keyboardShouldPersistTaps?: boolean
style?: StyleProp<ViewStyle>
testID?: string
MMNEPVFCICPMFPCPTTAAATR