UNPKG
usfm-editor
Version:
latest (0.8.7)
0.8.7
0.8.7-SNAPSHOT.3
0.8.7-SNAPSHOT.2
0.8.7-SNAPSHOT.1
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.8.0-SNAPSHOT.6
0.8.0-SNAPSHOT.5
0.8.0-SNAPSHOT.4
0.8.0-SNAPSHOT.3
0.8.0-SNAPSHOT.2
0.8.0-SNAPSHOT.1
0.7.0-SNAPSHOT.5
0.7.0-SNAPSHOT.4
0.7.0-SNAPSHOT.3
0.7.0-SNAPSHOT.2
0.7.0-SNAPSHOT.1
0.6.0
0.5.0
A WYSIWYG editor component for USFM
github.com/friendsofagape/usfm-editor
friendsofagape/usfm-editor
usfm-editor
/
dist
/
utils
/
NodeTypes.d.ts
12 lines
(11 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * These node types are types that can appear in the "type" field of a slate node * but are NOT usfm markers. */
declare
const
NodeTypes
: { CHAPTER:
string
; VERSE:
string
; HEADERS:
string
; INLINE_CONTAINER:
string
; }; export
default
NodeTypes;