usxeditor
Version:
USX editor react component.
12 lines (11 loc) • 421 B
TypeScript
import Annotation from './Annotation';
import Char from './Char';
import Chapter from './Chapter';
import EditableText from './EditableText';
import Empty from './Empty';
import Note from './Note';
import Para from './Para';
import Unmatched from './Unmatched';
import Usx from './Usx';
import Verse from './Verse';
export { Annotation, Char, Chapter, EditableText, Empty, Note, Para, Unmatched, Usx, Verse };