UNPKG

rehype-citation

Version:

rehype plugin to add citation and bibliography from bibtex files

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