@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Theme configuration options

    interface ThemeConfig {
        darkModeClass: string;
        defaultMode: ThemeMode;
        lightModeClass: string;
        storageKey: string;
    }
    Index

    Properties

    darkModeClass: string

    CSS class applied to the document for dark mode

    defaultMode: ThemeMode

    Default theme mode

    lightModeClass: string

    CSS class applied to the document for light mode

    storageKey: string

    Storage key for persisting theme preference