usfm-editor
Version:
A WYSIWYG editor component for USFM
8 lines (7 loc) • 409 B
TypeScript
import { Element, Text } from "slate";
export declare function emptyInlineContainer(): Element;
export declare function emptyParagraph(): Element;
export declare function verseNumber(number: string): Element;
export declare function emptyVerseWithVerseNumber(num: string): Element;
export declare function verseWithChildren(children: Element[]): Element;
export declare function textNode(text: string): Text;