• Parameters

    Returns {
        setThemeType: ((newThemeType) => void);
        setThemes: ((_themes) => void);
        theme: LLTheme;
        themeAssets: LLThemeAssets;
        themeType: LLThemeType | ColorSchemeName;
        themes: LLThemes;
    }

Generated using TypeDoc