ant-design-blazor/components/select/SimpleSelect.cs

11 lines
226 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace AntDesign
{
public class SimpleSelect : Select<string, string> { }
public class SimpleSelectOption : SelectOption<string, string> { }
}