Files

6 lines
169 B
TypeScript
Raw Permalink Normal View History

2026-05-12 16:53:18 +08:00
import { TextBlot } from 'parchment';
declare class Text extends TextBlot {
}
declare function escapeText(text: string): string;
export { Text as default, escapeText };