UNPKG

vditor

Version:

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

15 lines (14 loc) 479 B
/// <reference types="./types" /> export declare class Hint { timeId: number; element: HTMLDivElement; recentLanguage: string; private splitChar; private lastIndex; constructor(hintExtends: IHintExtend[]); render(vditor: IVditor): void; genHTML(data: IHintData[], key: string, vditor: IVditor): void; fillEmoji: (element: HTMLElement, vditor: IVditor) => void; select(event: KeyboardEvent, vditor: IVditor): boolean; private getKey; }