quasarframework / quasar-ui-qcalendar

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available
https://quasarframework.github.io/quasar-ui-qcalendar
MIT License
433 stars 119 forks source link

Incorrect signature for TimestampFormatOptions #439

Open ptoal opened 5 months ago

ptoal commented 5 months ago

This line causes Typescript errors: https://github.com/quasarframework/quasar-ui-qcalendar/blob/8f8d3b0b8da8adcfae1099a2aefe829f61dab4f6/ui/types/types.d.ts#L24

I believe this line should be: export type TimestampFormatOptions = (timestamp: Timestamp, short: boolean) => Intl.DateTimeFormatOptions;

but I'm not 100% certain.