mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "defaultLocale", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index.enUS;
|
|
},
|
|
});
|
|
var _index = require("../locale/en-US.cjs");
|