UNPKG

react-scitext

Version:

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

6 lines 402 B
export declare function splitSmiles(content: string): string[]; export declare function isSmilesCode(fragment: string): RegExpMatchArray | null; export declare function validateSmilesCode(smilesCode: string): boolean; export declare function sanitizeSmilesCode(smilesCode: string): string; export declare function extractSmilesCode(fragment: string): string | null; //# sourceMappingURL=smiles.d.ts.map