UNPKG

tiptap-vuetify

Version:
10 lines (7 loc) 211 B
import IconInterface from '~/extensions/nativeExtensions/icons/IconInterface' export default class TextIcon implements IconInterface { constructor (public text) {} toString () { return this.text } }