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