jamespot-user-api
    Preparing search index...

    Type Alias WidgetArticleTitleContent

    type WidgetArticleTitleContent = {
        backgroundColor?: string;
        color?: string;
        dataCy?: string;
        heading?: string;
        text?: string;
        textAlign?: CSSTextAlignType;
    }
    Index

    Properties

    backgroundColor?: string
    color?: string
    dataCy?: string
    heading?: string
    text?: string
    textAlign?: CSSTextAlignType