Files
education/frontend/node_modules/quill/modules/normalizeExternalHTML/index.d.ts
T

3 lines
100 B
TypeScript

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