UNPKG

vditor

Version:

♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生

9 lines (8 loc) 423 B
export declare const processHint: (vditor: IVditor) => void; export declare const processAfterRender: (vditor: IVditor, options?: { enableAddUndoStack: boolean; enableHint: boolean; enableInput: boolean; }) => void; export declare const processHeading: (vditor: IVditor, value: string) => void; export declare const processToolbar: (vditor: IVditor, actionBtn: Element, prefix: string, suffix: string) => void;