@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
13 lines (12 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _index = require("./utils/index.js");
var _withFormatter = require("./withFormatter.js");
const NumberFormatCurrency = (0, _withFormatter.withFormatter)('NumberFormat.Currency', _index.formatCurrency, {
currency: true
});
var _default = exports.default = NumberFormatCurrency;
//# sourceMappingURL=Currency.js.map