UNPKG
material-ui-cron
Version:
beta (0.1.0-beta.2)
latest (1.1.1)
1.1.1
1.1.0
0.1.0-beta.4
0.1.0-beta.2
0.1.0-beta.1
0.0.4
0.0.3
0.0.2
0.0.1
A React cron editor using material ui
baymac.github.io/material-ui-cron
baymac/material-ui-cron
material-ui-cron
/
dist
/
localization
/
zhCNLocale.d.ts
4 lines
(3 loc)
•
92 B
TypeScript
View Raw
1
2
3
4
import
{
Locale
}
from
'../types'
;
declare
const
enLocale
:
Locale
;
export
default
enLocale;