Repository URL to install this package:
|
Version:
2.8.4 ▾
|
import { ProductPriceProps } from './typings';
declare function defaultRenderSalePrice(props: ProductPriceProps): JSX.Element;
declare function defaultRenderRegularPrice(props: ProductPriceProps): JSX.Element;
declare function defaultRenderWrapper(props: ProductPriceProps): JSX.Element;
export { defaultRenderWrapper, defaultRenderSalePrice, defaultRenderRegularPrice, };