Files
chuanggao-website/client/node_modules/quill/modules/normalizeExternalHTML/index.d.ts

3 lines
100 B
TypeScript
Raw Normal View History

2026-05-12 16:53:18 +08:00
declare const normalizeExternalHTML: (doc: Document) => void;
export default normalizeExternalHTML;