Repository URL to install this package:
|
Version:
2.1.12 ▾
|
import { ShippingAddressFormProps as ShippingProps } from './typings';
declare function defaultRenderForm(props: ShippingProps): JSX.Element;
declare function defaultRenderWrapper(props: ShippingProps): JSX.Element;
export { defaultRenderWrapper, defaultRenderForm };