NeahNew/node_modules/quill/blots/text.d.ts
2025-05-03 14:17:46 +02: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 };