UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

12 lines (11 loc) 233 B
export default Cite; declare function Cite(data: any, opts: any): Cite; declare class Cite { constructor(data: any, opts: any); _options: {}; log: any[]; data: any[]; } declare namespace Cite { let plugins: {}; }