| 12345678910111213 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- var radio = require('./radio2.js');
- var runtime = require('../../../utils/vue/props/runtime.js');
- const radioButtonProps = runtime.buildProps({
- ...radio.radioPropsBase
- });
- exports.radioButtonProps = radioButtonProps;
- //# sourceMappingURL=radio-button.js.map
|