UNPKG

usfm-editor

Version:
20 lines (17 loc) 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * These node types are types that can appear in the "type" field of a slate node * but are NOT usfm markers. */ const NodeTypes = { CHAPTER: "chapter", VERSE: "verse", HEADERS: "headers", INLINE_CONTAINER: "inlineContainer" // Not from usfm-js }; var _default = NodeTypes; exports.default = _default;