site/node_modules/rehype-mathjax/browser.d.ts

3 lines
108 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export { default } from "./lib/browser.js";
export type Options = import('./lib/create-plugin.js').Options;