quasar-ui-qcalendar
quasar-ui-qcalendar copied to clipboard
Incorrect signature for TimestampFormatOptions
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.