app-datepicker
Version:
Google Material Design based date picker built with lit
10 lines • 409 B
TypeScript
import { appDatePickerInputSurfaceName } from './constants.js';
import { DatePickerInputSurface } from './date-picker-input-surface.js';
export declare class AppDatePickerInputSurface extends DatePickerInputSurface {
}
declare global {
interface HTMLElementTagNameMap {
[appDatePickerInputSurfaceName]: AppDatePickerInputSurface;
}
}
//# sourceMappingURL=app-date-picker-input-surface.d.ts.map