ant-design-blazor/components/grid/GridCol.cs

11 lines
138 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace AntDesign
{
public class GridCol : Col
{
}
}