mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-09 05:14:31 +01:00
8 lines
192 B
C#
8 lines
192 B
C#
namespace BTCPayServer.Components.ThemeSwitch
|
|
{
|
|
public class ThemeSwitchViewModel
|
|
{
|
|
public string CssClass { get; set; }
|
|
public string Responsive { get; set; }
|
|
}
|
|
}
|