UMD Web Components Library
    Preparing search index...

    Interface ThemeProps

    Theme properties shared by most components

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

    Properties

    isThemeDark?: boolean

    Dark theme variant

    isThemeLight?: boolean

    Light theme variant

    isThemeMaryland?: boolean

    Maryland brand theme