mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
9 lines
192 B
C#
9 lines
192 B
C#
namespace BTCPayServer.Components.ThemeSwitch
|
|
{
|
|
public class ThemeSwitchViewModel
|
|
{
|
|
public string CssClass { get; set; }
|
|
public string Responsive { get; set; }
|
|
}
|
|
}
|