UNPKG

@mini-markdown-rc/editor

Version:
9 lines (8 loc) 212 B
export type Title = { key: string; href: string; title: string; children: Title[]; nodeName: string; }; export declare const formatContents: (rootElement: NodeListOf<HTMLElement>) => Title[];