UNPKG

react-scitext

Version:

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

4 lines 257 B
export { RichText } from './RichText'; export type { RichTextProps } from '../../types'; export { findTopLevelEnvs, splitLatex, isInlineLatexFragment, isBlockLatexFragment, splitSmiles, isSmilesCode, } from '../../utils'; //# sourceMappingURL=index.d.ts.map