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