Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import { ReactNode } from 'react'
import { CommonState } from 'src/state'
import { PaymentEditPlaceholderProps } from 'abstractions/PaymentMethods/PaymentEditCard'
export interface PaymentCardProps extends PaymentEditPlaceholderProps { }