Files
blog-vue/public/vditor/ts/wysiwyg/showCode.d.ts
2025-11-12 14:39:23 +08:00

2 lines
104 B
TypeScript

export declare const showCode: (previewElement: HTMLElement, vditor: IVditor, first?: boolean) => void;