Preparing search index...

    Text configuration with style and content

    type TextProp = {
        style: "headline" | "title" | "paragraph";
        value: string;
    }
    Index

    Properties

    Properties

    style: "headline" | "title" | "paragraph"

    Visual style of the text

    value: string

    Text content to display