1c94f977c3cc105c628436fabdb830f2668797affef6e1dd499cba748b72c111df3b776ebf5d1e6972c2499eca0728932b199a84d489c2d580d02d37fb7dfc 508 B

123456789101112131415161718192021222324252627
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var runtime = require('../../../utils/vue/props/runtime.js');
  4. const maskProps = runtime.buildProps({
  5. zIndex: {
  6. type: Number,
  7. default: 1001
  8. },
  9. visible: Boolean,
  10. fill: {
  11. type: String,
  12. default: "rgba(0,0,0,0.5)"
  13. },
  14. pos: {
  15. type: runtime.definePropType(Object)
  16. },
  17. targetAreaClickable: {
  18. type: Boolean,
  19. default: true
  20. }
  21. });
  22. exports.maskProps = maskProps;
  23. //# sourceMappingURL=mask.js.map