UNPKG
jjb-lc-designable
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
基于alibaba-designable源码二次封装的表单设计器。
github.com/alibaba/designable
jjb-lc-designable
/
formily-antd
/
locales
/
Password.ts
15 lines
(13 loc)
•
269 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{ createLocales }
from
'jjb-lc-designable/core'
import
{
Input
}
from
'./Input'
export
const
Password
=
createLocales
(
Input
, {
'zh-CN'
: {
title
:
'密码输入'
, },
'en-US'
: {
title
:
'Password'
, },
'ko-KR'
: {
title
:
'비밀번호'
, }, })