@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
17 lines (12 loc) • 367 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');
const optionGroupProps = runtime.buildProps({
label: {
type: String,
required: true
}
});
exports.optionGroupProps = optionGroupProps;
//# sourceMappingURL=option-group.js.map