Files
copilot-toolbox-template-121/node_modules/antd/lib/time-picker/locale/et_EE.js
2026-01-16 02:20:32 +00:00

11 lines
238 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const locale = {
placeholder: 'Vali aeg',
rangePlaceholder: ['Algusaeg', 'Lõpuaeg']
};
var _default = exports.default = locale;