2025-11-02 14:35:35 +03:00

6 lines
169 B
TypeScript

import { TextBlot } from 'parchment';
declare class Text extends TextBlot {
}
declare function escapeText(text: string): string;
export { Text as default, escapeText };