UNPKG

react-scitext

Version:

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

5 lines 678 B
export { RichText, Smiles } from './components'; export type { RichTextProps, SmilesProps } from './types'; export { findTopLevelEnvs, splitLatex, isInlineLatexFragment, isBlockLatexFragment, isSelectiveInlineLatex, isSimpleVariable, isSmallVariableLatex, isLatexEnvironment, validateLatexInput, sanitizeLatexContent, processTextWithSmallVariables, renderHeading, processMixedContent, validateMarkdownContent, sanitizeMarkdownContent, splitSmiles, isSmilesCode, validateSmilesCode, sanitizeSmilesCode, extractSmilesCode, } from './utils'; export type { LatexEnv, ContentMatch, ProcessingOptions, MathFragment, VariableMatch, } from './types'; //# sourceMappingURL=index.d.ts.map