diff options
author | polwex <polwex@sortug.com> | 2025-05-15 21:29:24 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-15 21:29:24 +0700 |
commit | 4f2bd597beaa778476b84c10b571db1b13524301 (patch) | |
tree | daffaae0250d0b88b3a03d0de3821c680aeb337e /src/zoom/index.ts | |
parent | fd86dc15734f3b7126d88f0130897c597100e30a (diff) |
m
Diffstat (limited to 'src/zoom/index.ts')
-rw-r--r-- | src/zoom/index.ts | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/zoom/index.ts b/src/zoom/index.ts index 4ce07ca..bcda5a6 100644 --- a/src/zoom/index.ts +++ b/src/zoom/index.ts @@ -4,6 +4,17 @@ import FullText from "./FullText"; import Paragraph from "./Paragraph"; import Sentence from "./Paragraph"; import SpacyClause from "./SpacyClause"; +import Word from "./Word"; +import ServerWord from "./ServerWord"; import type * as Types from "./logic/types"; -export { App, Paragraph, FullText, Sentence, SpacyClause, Types }; +export { + App, + Paragraph, + FullText, + Sentence, + SpacyClause, + Types, + Word, + ServerWord, +}; |