ant-design-blazor/components/grid/GridCol.cs
YongQuan c8496a3d9d
feat(module: grid): create Row alias GridRow to be consistent with GridCol (#2690)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-13 00:09:20 +08:00

7 lines
70 B
C#

namespace AntDesign
{
public class GridCol : Col
{
}
}