umd-styles-library
    Preparing search index...

    Interface AdvancedRichTextOptions

    Options for advanced rich text style variants

    1.7.0

    interface AdvancedRichTextOptions {
        color?: string;
        theme?: "light" | "dark";
    }
    Index

    Properties

    Properties

    color?: string
    theme?: "light" | "dark"