Files
2026-01-09 14:52:46 +00:00

11 lines
255 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const locale = {
placeholder: 'Chọn thời gian',
rangePlaceholder: ['Bắt đầu', 'Kết thúc']
};
var _default = exports.default = locale;