export default { name: 'mc-select', props: { componentId: { default: 'mc-input-component', type: String }, name: { required: true, type: String }, label: String, required: String, classNames: String, disabled: Boolean, defaultValue: String, options: Array } };