UNPKG

104 BJavaScriptView Raw
1import Parchment from 'parchment';
2
3class TextBlot extends Parchment.Text { }
4
5export default TextBlot;