You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
343 B

1 month ago
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. const UPDATE_MODEL_EVENT = "update:modelValue";
  4. const CHANGE_EVENT = "change";
  5. const INPUT_EVENT = "input";
  6. exports.CHANGE_EVENT = CHANGE_EVENT;
  7. exports.INPUT_EVENT = INPUT_EVENT;
  8. exports.UPDATE_MODEL_EVENT = UPDATE_MODEL_EVENT;
  9. //# sourceMappingURL=event.js.map