ant-design-blazor/components/image/ImageLocale.cs
James Yeung c9656ca227 feat(module: image): add image component (#1038)
* feat(module: image): add image

* add image preview

* add locale
2021-01-25 02:05:18 +08:00

12 lines
180 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace AntDesign
{
public class ImageLocale
{
public string Preview { get; set; }
}
}