framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
17.97k stars 3.24k forks source link

Type definition error: Calendar.Parameters.formatValue has a Date[] parameter #4236

Closed gewoonwoutje closed 5 months ago

gewoonwoutje commented 7 months ago

The typescript type definition is incorrect. The parameter type should be a Date array instead of a Date. The JSDoc comment also describes this.

To Reproduce

Use typescript type checking.

Screenshots

image