UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

8 lines 285 B
import type { ChangedProperties, DatePickerProperties } from '../typings.js'; export type DatePickerChangedProperties = ChangedProperties<DatePickerProperties & { _currentDate: Date; _max: Date; _min: Date; _selectedDate: Date; }>; //# sourceMappingURL=typings.d.ts.map