UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

9 lines (8 loc) 191 B
export default Cite; declare function Cite(data: any, options?: {}): Cite; declare class Cite { constructor(data: any, options?: {}); _options: {}; log: any[]; data: any[]; }