@yamlresume/core
    Preparing search index...

    Type Alias ParagraphNode

    Represents a paragraph block node.

    type ParagraphNode = {
        content?: any[];
        type: "paragraph";
    }
    Index

    Properties

    Properties

    content?: any[]

    Inline child nodes (like TextNode) contained within this paragraph.

    type: "paragraph"