@jsfkit/types
    Preparing search index...

    Type Alias Paragraph

    A paragraph of text.

    type Paragraph = {
        text: string;
    }
    Index

    Properties

    Properties

    text: string

    Text content.