expose EPDisplay
This commit is contained in:
parent
bfe3ed7cee
commit
f50aa975dd
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue