feat: add vditor locally
This commit is contained in:
6
public/vditor/ts/tip/index.d.ts
vendored
Normal file
6
public/vditor/ts/tip/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare class Tip {
|
||||
element: HTMLElement;
|
||||
constructor();
|
||||
show(text: string, time?: number): void;
|
||||
hide(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user