MindMap/frontend/node_modules/vditor/dist/ts/util/hasClosestByHeadings.d.ts

3 lines
179 B
TypeScript

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