feat: add vditor locally
This commit is contained in:
7
public/vditor/ts/devtools/index.d.ts
vendored
Normal file
7
public/vditor/ts/devtools/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="./types" />
|
||||
export declare class DevTools {
|
||||
element: HTMLDivElement;
|
||||
private ASTChart;
|
||||
constructor();
|
||||
renderEchart(vditor: IVditor): void;
|
||||
}
|
||||
Reference in New Issue
Block a user