UMD Web Elements Library
    Preparing search index...

    Interface ThemeProps

    interface ThemeProps {
        isThemeDark?: boolean;
        isThemeGold?: boolean;
        isThemeLight?: boolean;
        isThemeMaryland?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isThemeDark?: boolean
    isThemeGold?: boolean
    isThemeLight?: boolean
    isThemeMaryland?: boolean