import TextInputMixin from '../mixins/text_input_mixin' export default { name: 'textinput', mixins: [TextInputMixin], }