quasar-ui-qcalendar icon indicating copy to clipboard operation
quasar-ui-qcalendar copied to clipboard

Incorrect signature for TimestampFormatOptions

Open ptoal opened this issue 2 months ago • 0 comments

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.

ptoal avatar May 05 '24 19:05 ptoal