feat: add vditor locally
This commit is contained in:
2
public/vditor/ts/util/hasClosestByHeadings.d.ts
vendored
Normal file
2
public/vditor/ts/util/hasClosestByHeadings.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare const hasClosestByTag: (element: Node, nodeName: string) => false | HTMLElement;
|
||||
export declare const hasClosestByHeadings: (element: Node) => false | HTMLElement;
|
||||
Reference in New Issue
Block a user