UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

8 lines (7 loc) 181 B
export function options(options: any, log: any): any; export namespace defaultOptions { let format: string; let type: string; let style: string; let lang: string; }