UNPKG

352 BTypeScriptView Raw
1import type { LitConstructor } from '../typings.js';
2import type { DatePickerMixinProperties, MixinReturnType } from './typings.js';
3export declare const DatePickerMixin: <BaseConstructor extends LitConstructor>(SuperClass: BaseConstructor) => MixinReturnType<BaseConstructor, DatePickerMixinProperties>;
4//# sourceMappingURL=date-picker-mixin.d.ts.map
\No newline at end of file