Repository URL to install this package:
|
Version:
2.1.0 ▾
|
/// <reference types="react" />
import { SingleShippingProps } from './typings';
declare function defaultRenderButton(props: SingleShippingProps): JSX.Element;
declare function defaultRenderForm(props: SingleShippingProps): JSX.Element;
export { defaultRenderButton, defaultRenderForm };