umd-styles-library
    Preparing search index...

    Interface SimpleRichTextOptions

    Options for simple rich text style variants

    1.7.0

    interface SimpleRichTextOptions {
        color?: string;
        scaling?: boolean;
        size?: "large" | "base" | "largest";
        theme?: "light" | "dark";
    }
    Index

    Properties

    color?: string
    scaling?: boolean
    size?: "large" | "base" | "largest"
    theme?: "light" | "dark"