godoos/frontend/public/vditor/dist/ts/util/hasClosestByHeadings.d.ts
2024-07-25 16:41:01 +08:00

2 lines
179 B
TypeScript

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