namespace AntDesign.Internal { public interface IFormItem { internal void AddControl(AntInputComponentBase control); } }