6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
import Parchment from 'parchment';
|
||
|
|
||
|
class TextBlot extends Parchment.Text { }
|
||
|
|
||
|
export default TextBlot;
|