Skip to content

Commit

Permalink
Merge pull request #3892 from udecode/fix/math
Browse files Browse the repository at this point in the history
export getEquationHtml
  • Loading branch information
felixfeng33 authored Dec 21, 2024
2 parents f509f64 + fddf81f commit 984e265
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/math/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
export * from './BaseEquationPlugin';
export * from './BaseInlineEquationPlugin';
export * from './transforms/index';
export * from './utils/index';
5 changes: 5 additions & 0 deletions packages/math/src/lib/utils/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* @file Automatically generated by barrelsby.
*/

export * from './getEquationHtml';

0 comments on commit 984e265

Please sign in to comment.