@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
12 lines (11 loc) • 511 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LOCALE = exports.CURRENCY_FALLBACK_DISPLAY = exports.CURRENCY_DISPLAY = exports.CURRENCY = exports.COUNTRY = void 0;
const LOCALE = exports.LOCALE = 'nb-NO';
const CURRENCY = exports.CURRENCY = 'NOK';
const CURRENCY_DISPLAY = exports.CURRENCY_DISPLAY = 'narrowSymbol';
const CURRENCY_FALLBACK_DISPLAY = exports.CURRENCY_FALLBACK_DISPLAY = 'code';
const COUNTRY = exports.COUNTRY = 'NO';
//# sourceMappingURL=defaults.js.map