Files
blog-vue/public/vditor/ts/util/hasClosestByHeadings.d.ts
2025-11-12 14:39:23 +08:00

3 lines
179 B
TypeScript

export declare const hasClosestByTag: (element: Node, nodeName: string) => false | HTMLElement;
export declare const hasClosestByHeadings: (element: Node) => false | HTMLElement;