Files
dsProject/dsBase/WebRoot/html/cdn/es/utils/constants.mjs

7 lines
206 B
JavaScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
const UPDATE_MODEL_EVENT = "update:modelValue";
const CHANGE_EVENT = "change";
const INPUT_EVENT = "input";
export { CHANGE_EVENT, INPUT_EVENT, UPDATE_MODEL_EVENT };
//# sourceMappingURL=constants.mjs.map