01f143a602452f679d97e2ab5b3e081affdc26aa951b8630ad3936eea3b333710a4414a629e69c7694c7a9b34b0dbbe120f16e55da72b721217f19e0973728 341 B

12345678910111213
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var radio = require('./radio2.js');
  4. var runtime = require('../../../utils/vue/props/runtime.js');
  5. const radioButtonProps = runtime.buildProps({
  6. ...radio.radioPropsBase
  7. });
  8. exports.radioButtonProps = radioButtonProps;
  9. //# sourceMappingURL=radio-button.js.map