From 4a35391bfabfc382af718f12491a590eadfeefe4 Mon Sep 17 00:00:00 2001 From: amaliejvik Date: Mon, 5 Aug 2024 15:19:55 +0200 Subject: [PATCH] Export LegendText in index.ts --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index dcf7e76..fcdb0a8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,6 +8,7 @@ export { default as InfiniteLine } from "./Components/InfiniteLine"; export { default as InputField } from "./Components/InputField"; export { default as Label } from "./Components/Label"; export { default as Latex } from "./Components/Latex"; +export { default as LegendText } from "./Components/LegendText"; export { default as LegendBox } from "./Components/LegendBox"; export { default as Line } from "./Components/Line"; export { default as Plot } from "./Components/Plot";