ant-design-blazor/components/typography/TextLocale.cs

15 lines
303 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace AntDesign
{
public class TextLocale
{
public string Edit { get; set; }
public string Copy { get; set; }
public string Copied { get; set; }
public string Expand { get; set; }
}
}