[slide-add-latex-equation] Add AddMathEquation to exports

This commit is contained in:
Eduard Belozertsev
2025-04-08 15:30:36 +07:00
parent 30e2e3cbd5
commit f83e6246cb

View File

@ -4945,6 +4945,7 @@
ApiPresentation.prototype["GetHeight"] = ApiPresentation.prototype.GetHeight;
ApiPresentation.prototype["GetAllComments"] = ApiPresentation.prototype.GetAllComments;
ApiPresentation.prototype["GetDocumentInfo"] = ApiPresentation.prototype.GetDocumentInfo;
ApiPresentation.prototype["AddMathEquation"] = ApiPresentation.prototype.AddMathEquation;
ApiPresentation.prototype["SlidesToJSON"] = ApiPresentation.prototype.SlidesToJSON;
ApiPresentation.prototype["ToJSON"] = ApiPresentation.prototype.ToJSON;