summaryrefslogtreecommitdiff
path: root/packages/prosody-ui/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/prosody-ui/index.ts')
-rw-r--r--packages/prosody-ui/index.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/prosody-ui/index.ts b/packages/prosody-ui/index.ts
new file mode 100644
index 0000000..f7339a2
--- /dev/null
+++ b/packages/prosody-ui/index.ts
@@ -0,0 +1,6 @@
+import LangText from "./src/LangText.tsx";
+import FontChanger from "./src/fonts/FontChanger.tsx";
+import Paragraph from "./src/Paragraph.tsx";
+import * as Zoom from "./src/zoom";
+
+export { LangText, FontChanger, Paragraph, Zoom };