@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface FlattenedTheme

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

    Properties

    colors: Record<string, string>
    fonts: Record<string, string | number | boolean | object>
    borders: Record<string, string | number | boolean>
    pageBackground: Record<string, string>
    widget: Record<string, string | number>