Repository URL to install this package:
|
Version:
3.0.1 ▾
|
import { SingleShippingProps } from './typings';
declare function defaultRenderButton(props: SingleShippingProps): JSX.Element;
declare function defaultRenderForm(props: SingleShippingProps): JSX.Element;
export { defaultRenderButton, defaultRenderForm };