ant-design-blazor/components/table/TableSize.cs
Kieran Coldron 8605e1289e feat(module: table): add size, bordered option and footer/header (#269)
Signed-off-by: Epictek <kieran@coldron.com>
2020-06-29 15:52:28 +08:00

5 lines
69 B
C#

namespace AntDesign
{
public enum TableSize { Middle, Small };
}