From f50aa975ddd66195f16fbafe398a3e49a19fded0 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 11 Jun 2022 11:57:59 -0400 Subject: [PATCH] expose EPDisplay --- src/components/ep-explorer/EPDisplay.tsx | 2 -- src/library.ts | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ep-explorer/EPDisplay.tsx b/src/components/ep-explorer/EPDisplay.tsx index b5fe94b..7257849 100644 --- a/src/components/ep-explorer/EPDisplay.tsx +++ b/src/components/ep-explorer/EPDisplay.tsx @@ -8,8 +8,6 @@ import EPTextDisplay from "./EPTextDisplay"; import EPBlocksDisplay from "./EPBlocksDisplay"; type Mode = "text" | "blocks"; -// BIG TODO: FIGRUE OUT A WAY TO HANDLE OMITING SUBJECT - function EPDisplay({ eps, opts, setOmitSubject }: { eps: T.EPSelectionState, opts: T.TextOptions, diff --git a/src/library.ts b/src/library.ts index 306d957..4631083 100644 --- a/src/library.ts +++ b/src/library.ts @@ -23,6 +23,7 @@ import InlinePs from "./components/InlinePs"; import ButtonSelect from "./components/ButtonSelect"; import VerbFormDisplay from "./components/VerbFormDisplay"; import VerbTable from "./components/VerbTable"; +import EPDisplay from "./components/ep-explorer/EPDisplay"; import Examples from "./components/Examples"; import Hider from "./components/Hider"; import EntrySelect from "./components/EntrySelect"; @@ -251,6 +252,7 @@ export { NPBlock, APBlock, Block, + EPDisplay, // OTHER typePredicates, grammarUnits,