UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

14 lines 500 B
import React from 'react'; import { CURRENCY } from "../../../../shared/defaults.js"; import NumberValue from "../Number/index.js"; function Currency(props) { var _props$currency; const numberProps = { ...props, currency: (_props$currency = props.currency) !== null && _props$currency !== void 0 ? _props$currency : CURRENCY }; return React.createElement(NumberValue, numberProps); } Currency._supportsSpacingProps = true; export default Currency; //# sourceMappingURL=Currency.js.map