@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface BrandingThemes

    interface BrandingThemes {
        default: {
            borders: Record<string, string | number | boolean>;
            colors: Record<string, string>;
            displayName: string;
            fonts: Record<string, string | boolean | object>;
            pageBackground: Record<string, string>;
            widget: Record<string, string | number>;
        };
    }
    Index

    Properties

    Properties

    default: {
        borders: Record<string, string | number | boolean>;
        colors: Record<string, string>;
        displayName: string;
        fonts: Record<string, string | boolean | object>;
        pageBackground: Record<string, string>;
        widget: Record<string, string | number>;
    }