UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

5 lines 272 B
import type { TextField } from '@material/mwc-textfield'; import type { DatePickerProperties } from '../typings'; export interface DatePickerInputProperties extends DatePickerProperties, Omit<TextField, keyof DatePickerProperties> { } //# sourceMappingURL=typings.d.ts.map