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