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