Home > @uniformdev/richtext > emptyRichTextValue

emptyRichTextValue variable

Signature:

emptyRichTextValue: {
    root: {
        type: string;
        version: number;
        direction: null;
        format: "";
        indent: number;
        children: SerializedParagraphNode[];
    };
}