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