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