NeahNew/node_modules/quill/modules/normalizeExternalHTML/index.d.ts
2025-05-03 14:17:46 +02:00

3 lines
100 B
TypeScript

declare const normalizeExternalHTML: (doc: Document) => void;
export default normalizeExternalHTML;