mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 17:31:42 +08:00
9 lines
127 B
C#
9 lines
127 B
C#
|
namespace AntDesign
|
|||
|
{
|
|||
|
public enum CheckboxGroupMixedMode
|
|||
|
{
|
|||
|
ChildContentFirst,
|
|||
|
OptionsFirst
|
|||
|
};
|
|||
|
}
|