UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

9 lines (8 loc) 301 B
export function genFootnoteSection(citationDict: { int: string; }, footnoteArray: { type: "citation" | "existing"; oldId: string; }[], footnoteSection: Element | undefined): Element; export type Element = import("hast").Element; export type ElementContent = import("hast").ElementContent;