UNPKG

react-scitext

Version:

React component for rendering scientific text with Markdown, LaTeX, and SMILES support

4 lines 333 B
export declare function parseLatexList(content: string, environment: string): (JSX.Element | null)[]; export declare function renderLatexEnvironment(environment: string, content: string): JSX.Element; export declare function renderLatex(latex: string, forceInline?: boolean): JSX.Element; //# sourceMappingURL=LatexProcessor.d.ts.map