platform
    Preparing search index...

    Interface ThemeMethods

    interface ThemeMethods {
        theme: Theme;
        toggleTheme: () => void;
        updateTheme: (theme: Theme) => void;
    }
    Index

    Properties

    theme: Theme
    toggleTheme: () => void
    updateTheme: (theme: Theme) => void