UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

20 lines (19 loc) 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _Amount = require("./Amount.js"); var _jsxRuntime = require("react/jsx-runtime"); function Currency(props) { const { currency = true } = props; return (0, _jsxRuntime.jsx)(_Amount.AmountBase, { ...props, currency: currency }); } Currency._supportsSpacingProps = true; var _default = exports.default = Currency; //# sourceMappingURL=Currency.js.map