UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

7 lines (6 loc) 202 B
declare namespace _default { function bibtex(data: any, opts?: {}): any; function biblatex(data: any, opts?: {}): any; function bibtxt(data: any, opts?: {}): any; } export default _default;