@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
17 lines (16 loc) • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _Amount = require("./Amount.js");
var _jsxRuntime = require("react/jsx-runtime");
function Currency(props) {
return (0, _jsxRuntime.jsx)(_Amount.AmountBase, {
...props,
currency: true
});
}
Currency._supportsSpacingProps = true;
var _default = exports.default = Currency;
//# sourceMappingURL=Currency.js.map