8 lines
96 B
C#
8 lines
96 B
C#
namespace JSMR.UI.Blazor.Enums;
|
|
|
|
public enum SizeVarient
|
|
{
|
|
Small,
|
|
Medium,
|
|
Large
|
|
} |