export default { props: { name: { type: String }, id: { type: String }, disabled: { type: Boolean }, required: { type: Boolean, default: false } } };