UNPKG

vditor

Version:

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

8 lines (7 loc) 390 B
export declare const isSafari: () => boolean; export declare const isFirefox: () => boolean; export declare const accessLocalStorage: () => boolean; export declare const getEventName: () => "click" | "touchstart"; export declare const isCtrl: (event: KeyboardEvent) => boolean; export declare const updateHotkeyTip: (hotkey: string) => string; export declare const isChrome: () => boolean;