6 lines
104 B
JavaScript
Raw Normal View History

2018-10-18 19:21:57 +02:00
import Parchment from 'parchment';
class TextBlot extends Parchment.Text { }
export default TextBlot;