feat: add vditor locally
This commit is contained in:
7
public/vditor/ts/toolbar/Emoji.d.ts
vendored
Normal file
7
public/vditor/ts/toolbar/Emoji.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="./types" />
|
||||
import { MenuItem } from "./MenuItem";
|
||||
export declare class Emoji extends MenuItem {
|
||||
element: HTMLElement;
|
||||
constructor(vditor: IVditor, menuItem: IMenuItem);
|
||||
private bindEvent;
|
||||
}
|
||||
Reference in New Issue
Block a user