Repository URL to install this package:
|
Version:
4.0.21 ▾
|
import React from 'react';
import { PaymentWithBillingAddressProps } from './typings';
declare class PaymentWithBillingAddress extends React.PureComponent<PaymentWithBillingAddressProps> {
render(): JSX.Element;
}
export { PaymentWithBillingAddress };
export default PaymentWithBillingAddress;