From f9a57010b21bbd5f96d11275b35527b10594d6d2 Mon Sep 17 00:00:00 2001 From: Tsuji Riya Date: Fri, 8 May 2026 17:57:04 +0900 Subject: [PATCH] Export math-static-elements.ts for using static-element types --- src/public/mathlive.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/mathlive.ts b/src/public/mathlive.ts index c62b3e9a0..20c08a9d5 100644 --- a/src/public/mathlive.ts +++ b/src/public/mathlive.ts @@ -42,6 +42,7 @@ export * from './mathfield'; export * from './mathfield-element'; export * from './mathlive-ssr'; export * from './virtual-keyboard'; +export * from './math-static-elements'; export declare function renderMathInDocument( options?: StaticRenderOptions