mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
260 B
3 lines
260 B
/// <reference types="./types" />
|
|
export declare const md2html: (mdText: string, options?: IPreviewOptions) => Promise<string>;
|
|
export declare const previewRender: (previewElement: HTMLDivElement, markdown: string, options?: IPreviewOptions) => Promise<void>;
|
|
|