UNPKG

169 BTypeScriptView Raw
1import { TextBlot } from 'parchment';
2declare class Text extends TextBlot {
3}
4declare function escapeText(text: string): string;
5export { Text as default, escapeText };