Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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, };