12 lines
360 B
JavaScript
12 lines
360 B
JavaScript
/**
|
|
* @file felexdev-theme-manager-mini.js
|
|
* @version 1.0.0 dev-in-progress (2026-06-09)
|
|
* @author felex67 (admin@felexdev.ru)
|
|
* @license Apache2.0
|
|
*
|
|
* Language standart: ECMAScript 2022 (ES13)
|
|
*
|
|
* @brief ThemeManager - модуль-переключатель тем
|
|
* @details модуль переклюатель тем
|
|
*/
|
|
class ThemeManager {}; |