Repository URL to install this package:
|
Version:
2.1.12 ▾
|
import { ShippingMethodOptionItemProps } from './typings';
declare function defaultRenderHeader(props: ShippingMethodOptionItemProps): JSX.Element;
declare function defaultRenderIcon(props: ShippingMethodOptionItemProps): JSX.Element;
declare function defaultRenderText(props: ShippingMethodOptionItemProps): JSX.Element;
export { defaultRenderHeader, defaultRenderIcon, defaultRenderText };