diff --git a/packages/math/src/lib/index.ts b/packages/math/src/lib/index.ts index 659a68e2fd..39f9355c59 100644 --- a/packages/math/src/lib/index.ts +++ b/packages/math/src/lib/index.ts @@ -5,3 +5,4 @@ export * from './BaseEquationPlugin'; export * from './BaseInlineEquationPlugin'; export * from './transforms/index'; +export * from './utils/index'; diff --git a/packages/math/src/lib/utils/index.ts b/packages/math/src/lib/utils/index.ts new file mode 100644 index 0000000000..6a2f089538 --- /dev/null +++ b/packages/math/src/lib/utils/index.ts @@ -0,0 +1,5 @@ +/** + * @file Automatically generated by barrelsby. + */ + +export * from './getEquationHtml';