UNPKG
@ansugroup/use-shopify-currency-format
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
> React Hook
github.com/ANSUGroup/shopify/tree/main/packages/currency-format
@ansugroup/use-shopify-currency-format
/
dist
/
index.d.ts
3 lines
•
172 B
TypeScript
View Raw
1
2
3
declare
const
useShopifyCurrencyFormat
:
(
format
:
string
) =>
(
price
:
number
|
string
) =>
string
;
export
default
useShopifyCurrencyFormat;
//# sourceMappingURL=index.d.ts.map