Files
blog-vue/public/vditor/dist/ts/util/hasClosestByHeadings.d.ts
2025-11-12 15:37:28 +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;