types(Locale): fix rangePrompt param type

This commit is contained in:
陈嘉涵
2020-01-31 10:31:46 +08:00
parent 4825ffbf04
commit f9b4502967
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default {
title: 'Calendar',
weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
monthTitle: (year: number, month: number) => `${year}/${month}`,
rangePrompt: (maxRange: Number) => `Choose no more than ${maxRange} days`,
rangePrompt: (maxRange: number) => `Choose no more than ${maxRange} days`,
},
vanContactCard: {
addText: 'Add contact info',