mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-09 16:04:43 +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; }
|
||
|
}
|
||
|
}
|