godoos/frontend/public/vditor/dist/ts/markdown/codeRender.d.ts
2024-07-25 16:41:01 +08:00

2 lines
115 B
TypeScript

/// <reference types="./types" />
export declare const codeRender: (element: HTMLElement, option?: IHljs) => void;