Repository URL to install this package:
|
Version:
0.9.6 ▾
|
ui-component-library
/
src
/
components
/
presets
/
PaymentMethods
/
PaymentCardForm
/
renderProps.tsx
|
|---|
import React from 'react'
import { PaymentCardFormProps } from './typings'
function renderPaymentCardFormContainer(props: PaymentCardFormProps) {
return <p> Payment Method Form </p>
}
export { renderPaymentCardFormContainer }