/** * @fileoverview LaTeX rendering plugin exports * @module plugins/latex/exports */ export { PluginLaTeX } from './index'; export type { PluginLaTeXConfig, LaTeXPluginAPI, LaTeXDimensions } from './types';