site/node_modules/rehype-citation/dist/node/index.d.ts

6 lines
210 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export default rehypeCitation;
import Cite from './src/cite.js';
import rehypeCitationGenerator from './src/generator.js';
import rehypeCitation from './src/index.js';
export { Cite, rehypeCitationGenerator };