import StringModel from './StringModel' export default class TextModel extends StringModel { get type () { return 'text' } }