Skip to content

Commit

Permalink
kedyou: attempt to fix rollup build error
Browse files Browse the repository at this point in the history
  • Loading branch information
manstie committed Jun 19, 2023
1 parent caf78c0 commit 8725e50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/public/mathlive-ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Box, coalesce, makeStruts } from '../core/box';
import { Context } from '../core/context';
import { parseLatex } from '../core/parser';
import { atomToSpeakableText } from '../editor/atom-to-speakable-text';
import { Expression } from './mathfield-element';
import { MathfieldElement, Expression } from './mathfield-element';
import { validateLatex as validateLatexInternal } from '../core/parser';

import { atomToAsciiMath } from '../editor/atom-to-ascii-math';
Expand All @@ -31,6 +31,8 @@ import '../core/modes';
import { getDefaultContext } from '../core/context-utils';
import { applyInterBoxSpacing } from '../core/inter-box-spacing';

export { MathfieldElement };

/**
* Convert a LaTeX string to a string of HTML markup.
*
Expand Down

0 comments on commit 8725e50

Please sign in to comment.