feat: add vditor locally
This commit is contained in:
7
public/vditor/ts/outline/index.d.ts
vendored
Normal file
7
public/vditor/ts/outline/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="./types" />
|
||||
export declare class Outline {
|
||||
element: HTMLElement;
|
||||
constructor(outlineLabel: string);
|
||||
render(vditor: IVditor): string;
|
||||
toggle(vditor: IVditor, show?: boolean, focus?: boolean): void;
|
||||
}
|
||||
Reference in New Issue
Block a user