export default { template: ` `, props: { text: String, name: String, label: String, stamp: String, avatar: String, sent: Boolean, }, };