mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-03 12:37:40 +08:00
12 lines
204 B
C#
12 lines
204 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace AntDesign
|
|
{
|
|
public class GlobalLocale
|
|
{
|
|
public string Placeholder { get; set; } = "Please select";
|
|
}
|
|
}
|