Skip to content
On this page

getFormattedPrice

Definition

Basic usage

ts
const {  init, getFormattedPrice } = usePrice();

Methods

NameTypeDescription
init
void
Set init data: localeCode & currencyCode
getFormattedPrice
string
Format price i.e. (2) -> 2.00 $
getFormattedPrice has loaded