3 lines
196 B
TypeScript
3 lines
196 B
TypeScript
|
|
export declare const processPasteCode: (html: string, text: string, type?: string) => string | false;
|
||
|
|
export declare const processCodeRender: (previewPanel: HTMLElement, vditor: IVditor) => void;
|