app-datepicker
Version:
Google Material Design based date picker built with lit
4 lines • 368 B
TypeScript
import type { LitConstructor } from '../typings.js';
import type { DatePickerMinMaxProperties, MixinReturnType } from './typings.js';
export declare const DatePickerMinMaxMixin: <BaseConstructor extends LitConstructor>(SuperClass: BaseConstructor) => MixinReturnType<BaseConstructor, DatePickerMinMaxProperties>;
//# sourceMappingURL=date-picker-min-max-mixin.d.ts.map