UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

13 lines (12 loc) 275 B
declare const _default: { data(data: any, { type, format, version }?: { format?: any; version?: string; }): any; ndjson(data: any, { version }?: { version?: string; }): any; } & { label(data: any): any; }; export default _default;