expose EPDisplay
This commit is contained in:
parent
bfe3ed7cee
commit
f50aa975dd
|
@ -8,8 +8,6 @@ import EPTextDisplay from "./EPTextDisplay";
|
||||||
import EPBlocksDisplay from "./EPBlocksDisplay";
|
import EPBlocksDisplay from "./EPBlocksDisplay";
|
||||||
type Mode = "text" | "blocks";
|
type Mode = "text" | "blocks";
|
||||||
|
|
||||||
// BIG TODO: FIGRUE OUT A WAY TO HANDLE OMITING SUBJECT
|
|
||||||
|
|
||||||
function EPDisplay({ eps, opts, setOmitSubject }: {
|
function EPDisplay({ eps, opts, setOmitSubject }: {
|
||||||
eps: T.EPSelectionState,
|
eps: T.EPSelectionState,
|
||||||
opts: T.TextOptions,
|
opts: T.TextOptions,
|
||||||
|
|
|
@ -23,6 +23,7 @@ import InlinePs from "./components/InlinePs";
|
||||||
import ButtonSelect from "./components/ButtonSelect";
|
import ButtonSelect from "./components/ButtonSelect";
|
||||||
import VerbFormDisplay from "./components/VerbFormDisplay";
|
import VerbFormDisplay from "./components/VerbFormDisplay";
|
||||||
import VerbTable from "./components/VerbTable";
|
import VerbTable from "./components/VerbTable";
|
||||||
|
import EPDisplay from "./components/ep-explorer/EPDisplay";
|
||||||
import Examples from "./components/Examples";
|
import Examples from "./components/Examples";
|
||||||
import Hider from "./components/Hider";
|
import Hider from "./components/Hider";
|
||||||
import EntrySelect from "./components/EntrySelect";
|
import EntrySelect from "./components/EntrySelect";
|
||||||
|
@ -251,6 +252,7 @@ export {
|
||||||
NPBlock,
|
NPBlock,
|
||||||
APBlock,
|
APBlock,
|
||||||
Block,
|
Block,
|
||||||
|
EPDisplay,
|
||||||
// OTHER
|
// OTHER
|
||||||
typePredicates,
|
typePredicates,
|
||||||
grammarUnits,
|
grammarUnits,
|
||||||
|
|
Loading…
Reference in New Issue