mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 05:27:37 +08:00
8 lines
160 B
C#
8 lines
160 B
C#
namespace AntDesign.Internal
|
|
{
|
|
public interface IFormItem
|
|
{
|
|
internal void AddControl<TValue>(AntInputComponentBase<TValue> control);
|
|
}
|
|
}
|